共用方式為


Page.Header 屬性

Gets or sets the value of the page's header.

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Property Header As PageSection 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the header saved for the page.

請參閱

參考

Page 類別

Microsoft.ReportingServices.ReportRendering 命名空間