Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the value of the page's header.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property Header As PageSection
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the header saved for the page.