MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / FixedPage Class / ReportItems Property

In This Topic
ReportItems Property (FixedPage)
In This Topic
Gets all report items from all pages within the fixed page.
Syntax
'Declaration
 
Public ReadOnly Property ReportItems As IEnumerable(Of ReportItem)
 

Property Value

A collection of ReportItem objects representing all report items from all pages.
See Also