Właściwość PageSection.ReportItemCollection
Elementy raportu są pobierane w sekcji strona.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ReportItemCollection As ReportItemCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportItemCollection
A ReportItemCollection obiektu.
Zobacz także