ReportDefinition Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the ReportDefinition class

Namespace:  Scanjour.Workflow4.ActivityLibrary.Report
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public ReportDefinition(
	Guid reportGuid,
	string entitySet,
	string encoding,
	string[] propertiesIncluded
)

Parameters

reportGuid
Type: SystemGuid

[Missing <param name="reportGuid"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.ReportDefinition.#ctor(System.Guid,System.String,System.String,System.String[])"]

entitySet
Type: SystemString

[Missing <param name="entitySet"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.ReportDefinition.#ctor(System.Guid,System.String,System.String,System.String[])"]

encoding
Type: SystemString

[Missing <param name="encoding"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.ReportDefinition.#ctor(System.Guid,System.String,System.String,System.String[])"]

propertiesIncluded
Type: SystemString

[Missing <param name="propertiesIncluded"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.ReportDefinition.#ctor(System.Guid,System.String,System.String,System.String[])"]

See Also

Reference