ReportContentFactoryCreateT Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.Factory.ReportContentFactory.Create``1(System.Collections.Generic.IEnumerable{``0},Scanjour.Workflow4.ActivityLibrary.Report.ReportFormat)"]

Namespace:  Scanjour.Workflow4.ActivityLibrary.Report.Factory
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 ReportContent<T> Create<T>(
	IEnumerable<T> items,
	ReportFormat format
)
where T : class

Parameters

items
Type: System.Collections.GenericIEnumerableT

[Missing <param name="items"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.Factory.ReportContentFactory.Create``1(System.Collections.Generic.IEnumerable{``0},Scanjour.Workflow4.ActivityLibrary.Report.ReportFormat)"]

format
Type: Scanjour.Workflow4.ActivityLibrary.ReportReportFormat

[Missing <param name="format"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.Factory.ReportContentFactory.Create``1(System.Collections.Generic.IEnumerable{``0},Scanjour.Workflow4.ActivityLibrary.Report.ReportFormat)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.Factory.ReportContentFactory.Create``1(System.Collections.Generic.IEnumerable{``0},Scanjour.Workflow4.ActivityLibrary.Report.ReportFormat)"]

Return Value

Type: ReportContentT

[Missing <returns> documentation for "M:Scanjour.Workflow4.ActivityLibrary.Report.Factory.ReportContentFactory.Create``1(System.Collections.Generic.IEnumerable{``0},Scanjour.Workflow4.ActivityLibrary.Report.ReportFormat)"]

See Also

Reference