Partager via


Propriété PageHeader

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PageHeader As PageSection
    Get
'Utilisation
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