Condividi tramite


Proprietà PageSection.ReportItemCollection

Gets the report items in the page section.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportItemCollection
A ReportItemCollection object.

Vedere anche

Riferimento

PageSection Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering