Compartir a través de


Report.PageHeader Propiedad

Gets the contents of the page header when the NeedsHeaderFooterEvaluation property is false.

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

Sintaxis

'Declaración
Public ReadOnly Property PageHeader As PageSection 
    Get
'Uso
Dim instance As Report 
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.ReportRendering.PageSection
Returns a PageSection object containing the page header.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering