Share via


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 네임스페이스