다음을 통해 공유


Header 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.