Class ItemListBuilder
Inherited Members
Namespace: Colectica.Reporting.ItemBuilders
Assembly: Colectica.Reporting.dll
Syntax
public class ItemListBuilder
Constructors
ItemListBuilder(ItemList, string, ReportOptions)
Declaration
public ItemListBuilder(ItemList itemList, string resourcePath, ReportOptions options)
Parameters
Type | Name | Description |
---|---|---|
ItemList | itemList | |
string | resourcePath | |
ReportOptions | options |
Properties
Model
Declaration
public ItemList Model { get; }
Property Value
Type | Description |
---|---|
ItemList |
Methods
CreateDocument()
Declaration
public Document CreateDocument()
Returns
Type | Description |
---|---|
Document |