Share via


Page.PageHeader Property

Gets the header that is rendered at the top of a report section.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property PageHeader As PageSection
    Get
'Usage
Dim instance As Page
Dim value As PageSection

value = instance.PageHeader
public PageSection PageHeader { get; }
public:
property PageSection^ PageHeader {
    PageSection^ get ();
}
member PageHeader : PageSection
function get PageHeader () : PageSection