Click or drag to resize

reportOutputUnit Constructor (String, String, reportOutputFormatName, reportOutputForm, Object, reportElementLevel)

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

Namespace:  imbSCI.Reporting.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public reportOutputUnit(
	string __path,
	string __name,
	reportOutputFormatName __format,
	reportOutputForm __form,
	Object __output,
	reportElementLevel __level
)
Request Example View Source

Parameters

__path
Type: SystemString
__name
Type: SystemString
__format
Type: imbSCI.Core.reporting.formatreportOutputFormatName
__form
Type: imbSCI.Core.reporting.formatreportOutputForm
__output
Type: SystemObject
__level
Type: imbSCI.Data.enumsreportElementLevel
See Also