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 or sets the header that is rendered at the top of each page of the report.
public:
property Microsoft::ReportingServices::RdlObjectModel::PageSection ^ PageHeader { Microsoft::ReportingServices::RdlObjectModel::PageSection ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::PageSection ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.PageSection PageHeader { get; set; }
member this.PageHeader : Microsoft.ReportingServices.RdlObjectModel.PageSection with get, set
Public Property PageHeader As PageSection
Property Value
A PageSection object.