Partager via


Propriété PageSection.ReportItemCollection

Gets the report items in the page section.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PageSection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering