Compartir a través de


Page.PageHeader Propiedad

Gets the header that is rendered at the top of a report section.

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

Sintaxis

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

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

Valor de la propiedad

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

Vea también

Referencia

Page Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering