Udostępnij przez


Właściwość Page.Header

Pobiera lub ustawia wartość nagłówka strona.

Przestrzeń nazw:  Microsoft.ReportingServices.ReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Property Header As PageSection
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection reprezentująca nagłówka zapisane dla strona.