Class ReportItems
Represents the collection of report items.
Inheritance
System.Object
ReportItems
Namespace: BoldReports.RDL.DOM
Assembly: BoldReports.UWP.dll
Syntax
public class ReportItems : List<ReportItem>
Constructors
ReportItems()
Declaration
public ReportItems()
ReportItems(ReportSerializer)
Initializes a new instance of the ReportItems class using the specified serializer.
Declaration
public ReportItems(ReportSerializer serializer)
Parameters
| Type | Name | Description |
|---|---|---|
| BoldReports.RDL.DOM.ReportSerializer | serializer | An instance of BoldReports.RDL.DOM.ReportSerializer used for serializing report items. |