Proprietà PageHeader
Ottiene il contenuto dell'intestazione della pagina quando la proprietà NeedsHeaderFooterEvaluation è false.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PageHeader As PageSection
Get
'Utilizzo
Dim instance As Report
Dim value As PageSection
value = instance.PageHeader
public PageSection PageHeader { get; }
public:
property PageSection^ PageHeader {
PageSection^ get ();
}
member PageHeader : PageSection
function get PageHeader () : PageSection
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Restituisce un oggetto PageSection contenente l'intestazione di pagina.