Partilhar via


Propriedade do RDL Header

Gets or sets the value of the page's header.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Property Header As PageSection
    Get
    Set
'Uso
Dim instance As Page
Dim value As PageSection

value = instance.Header

instance.Header = value
public PageSection Header { get; set; }
public:
property PageSection^ Header {
    PageSection^ get ();
    void set (PageSection^ value);
}
member Header : PageSection with get, set
function get Header () : PageSection
function set Header (value : PageSection)

Valor da propriedade

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
A PageSection that represents the header saved for the page.