Click or drag to resize

ReportContentFactoryCreateT Method

[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_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ReportContent<T> Create<T>(
	IEnumerable<T> items,
	ReportFormat format
)
where T : class

Parameters

items  IEnumerableT

[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  ReportFormat

[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

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