FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..buildInstReportHTML Method

Builds the inst report HTML.

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

Syntax


public static MemoryStream buildInstReportHTML(
	clsProps oPropsInst,
	deWorkflowDefinition oDef,
	clsUIModel oModel,
	string oInstID,
	string imageFilesPath,
	string cropImgFolderPath,
	bool isArchive
)
Public Shared Function buildInstReportHTML ( _
	oPropsInst As clsProps, _
	oDef As deWorkflowDefinition, _
	oModel As clsUIModel, _
	oInstID As String, _
	imageFilesPath As String, _
	cropImgFolderPath As String, _
	isArchive As Boolean _
) As MemoryStream
public:
static MemoryStream^ buildInstReportHTML(
	clsProps^ oPropsInst, 
	deWorkflowDefinition^ oDef, 
	clsUIModel^ oModel, 
	String^ oInstID, 
	String^ imageFilesPath, 
	String^ cropImgFolderPath, 
	bool^ isArchive
)

Parameters

oPropsInst
Type: FlowWright.cDevDeAPI..::..clsProps
The o props inst.
oDef
Type: FlowWright.cDevDeAPI..::..deWorkflowDefinition
The o definition.
oModel
Type: clsUIModel
The o model.
oInstID
Type: String
The o inst identifier.
imageFilesPath
Type: String
The image files path.
cropImgFolderPath
Type: String
The crop img folder path.
isArchive
Type: Boolean
if set to true [is archive].

Return Value

MemoryStream.