MindFusion WinForms Programmer's Guide
Page.Items Property
See Also
 





Gets or sets the items contained in this page.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public IList<ReportItem> Items { get; set; }

Visual Basic  Copy Code

Public Property Items As IList(Of ReportItem)

 Property Value

An instance of a IList(ReportItem) class with the report items contained on the Page.

 Remarks

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.

 See Also

Page Members
Page Class
MindFusion.Reporting Namespace