Report.PageHeader Property

Definition

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

public:
 property Microsoft::ReportingServices::ReportRendering::PageSection ^ PageHeader { Microsoft::ReportingServices::ReportRendering::PageSection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.PageSection PageHeader { get; }
member this.PageHeader : Microsoft.ReportingServices.ReportRendering.PageSection
Public ReadOnly Property PageHeader As PageSection

Property Value

Returns a PageSection object containing the page header.

Applies to