[]
Initializes a new instance of the ReportItemCollection class.
public ReportItemCollection()
Initializes a new instance of the ReportItemCollection using the specified items.
public ReportItemCollection(IEnumerable<ReportItem> items)
Type | Name | Description |
---|---|---|
IEnumerable<ReportItem> | items | The items of the collection. |