Partilhar via


Propriedade do RDL Report.PageHeader

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

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

Sintaxe

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

Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
Returns a PageSection object containing the page header.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.ReportRendering