Click or drag to resize

deliveryUnitItemContentTemplatedsaveOutput Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Saves the output - for external use

Namespace:  imbSCI.Reporting.meta.delivery.items
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public FileInfo saveOutput(
	IRenderExecutionContext context,
	string mainContent,
	PropertyCollection data,
	string filepath,
	bool isDataTemplate = true
)
Request Example View Source

Parameters

context
Type: imbSCI.Core.reporting.renderIRenderExecutionContext
mainContent
Type: SystemString
Content of the main.
data
Type: System.DataPropertyCollection
The data.
filepath
Type: SystemString
The filepath.
isDataTemplate (Optional)
Type: SystemBoolean

Return Value

Type: FileInfo
See Also