ReportDefinition Constructor

Initializes a new instance of the ReportDefinition class

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary.Report
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public ReportDefinition(
	Guid reportGuid,
	string entitySet,
	string encoding,
	string[] propertiesIncluded
)

Parameters

reportGuid  Guid

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

entitySet  String

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

encoding  String

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

propertiesIncluded  String

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

See Also