Propriedade do RDL PageHeader
The header that is rendered at the top of each page of the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property PageHeader As PageSection
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .PageSection
A PageSection object.