Udostępnij za pośrednictwem


Właściwość Page.PageHeader

Pobiera nagłówka, który jest renderowany w górnej sekcji raportu.

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

Składnia

'Deklaracja
Public ReadOnly Property PageHeader As PageSection
    Get
'Użycie
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