Partager via


Propriété Report.PageHeader

Gets the contents of the page header when the NeedsHeaderFooterEvaluation property is 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
Returns a PageSection object containing the page header.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering