Partager via


Propriété PageHeader

Obtient le contenu de l'en-tête lorsque la propriété NeedsHeaderFooterEvaluation a la valeur False.

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

Syntaxe

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

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Retourne un objet PageSection qui contient l'en-tête de page.