Compartir a través de


ReportSection.Page Propiedad

Gets page layout information about the report.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Page As Page 
    Get
'Uso
Dim instance As ReportSection 
Dim value As Page 

value = instance.Page
public Page Page { get; }
public:
property Page^ Page {
    Page^ get ();
}
member Page : Page
function get Page () : Page

Valor de la propiedad

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

Vea también

Referencia

ReportSection Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering