FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowDefinition..::..generateReport Method

generates a report for the current definition

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


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.