Compartilhar via


Propriedade do RDL Page.PageHeader

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Page Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering