Report.PageHeader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.