Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the header that is rendered at the top of each page of the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property PageHeader As PageSection
Get
Set
'Usage
Dim instance As Page
Dim value As PageSection
value = instance.PageHeader
instance.PageHeader = value
public PageSection PageHeader { get; set; }
public:
property PageSection^ PageHeader {
PageSection^ get ();
void set (PageSection^ value);
}
member PageHeader : PageSection with get, set
function get PageHeader () : PageSection
function set PageHeader (value : PageSection)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.PageSection
A PageSection object.