Click or drag to resize

reportOutputSupportsetSupport Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the reportOutputSupport class.

Namespace:  imbSCI.Core.reporting.format
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setSupport(
	string filename,
	params reportOutputFormatName[] outputs
)
Request Example View Source

Parameters

filename
Type: SystemString
The filename.
outputs
Type: imbSCI.Core.reporting.formatreportOutputFormatName
The outputs.
See Also