Gets or sets the items contained in this page.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C#
![]() |
---|
public IList<ReportItem> Items { get; set; } |
Visual Basic
![]() |
---|
Public Property Items As IList(Of ReportItem) |
An instance of a IList(ReportItem) class with the report items contained on the Page.
This collection does not include the items contained in the header or footer of the page. To access these, use the Items property of the PageSection object returned from the Header or Footer property of the page respectively.