Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the report items in the page section.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ReportItemCollection As ReportItemCollection
Get
'Usage
Dim instance As PageSection
Dim value As ReportItemCollection
value = instance.ReportItemCollection
public ReportItemCollection ReportItemCollection { get; }
public:
property ReportItemCollection^ ReportItemCollection {
ReportItemCollection^ get ();
}
member ReportItemCollection : ReportItemCollection
function get ReportItemCollection () : ReportItemCollection
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportItemCollection
A ReportItemCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace