Page.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 header that is rendered at the top of a report section.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::PageSection ^ PageHeader { Microsoft::ReportingServices::OnDemandReportRendering::PageSection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.PageSection PageHeader { get; }
member this.PageHeader : Microsoft.ReportingServices.OnDemandReportRendering.PageSection
Public ReadOnly Property PageHeader As PageSection
Property Value
A PageSection object.