PageSection.ReportItemCollection Propiedad
Gets the report items in the page section.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ReportItemCollection As ReportItemCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportItemCollection
A ReportItemCollection object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering