generates a report for the current instance
   
                
    Namespace: 
   FlowWright.cDevDeAPI
    Assembly:
   cDevDeAPI (in cDevDeAPI.dll)
public MemoryStream GenerateReport(
	string imageFilesPath,
	string cropImgFolderPath
)
Public Function GenerateReport ( _
	imageFilesPath As String, _
	cropImgFolderPath As String _
) As MemoryStream
public:
MemoryStream^ GenerateReport(
	String^ imageFilesPath, 
	String^ cropImgFolderPath
)
Parameters
- imageFilesPath
 - Type: String
path to the image files 
- cropImgFolderPath
 - Type: String
crop image path 
Return Value
MemoryStream.