Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the value of the page's header.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Property Header As PageSection
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the header saved for the page.