Właściwość Body.ReportItemCollection
Pobiera elementy raportów.
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 Body
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