Page.Header 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 or sets the value of the page's header.
public:
property Microsoft::ReportingServices::ReportRendering::PageSection ^ Header { Microsoft::ReportingServices::ReportRendering::PageSection ^ get(); void set(Microsoft::ReportingServices::ReportRendering::PageSection ^ value); };
public Microsoft.ReportingServices.ReportRendering.PageSection Header { get; set; }
member this.Header : Microsoft.ReportingServices.ReportRendering.PageSection with get, set
Public Property Header As PageSection
Property Value
A PageSection that represents the header saved for the page.