Page.Header Property

Definition

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.

Applies to