다음을 통해 공유


Page.PageHeader 속성

Gets the header that is rendered at the top of a report section.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property PageHeader As PageSection 
    Get
‘사용 방법
Dim instance As Page 
Dim value As PageSection 

value = instance.PageHeader
public PageSection PageHeader { get; }
public:
property PageSection^ PageHeader {
    PageSection^ get ();
}
member PageHeader : PageSection
function get PageHeader () : PageSection

속성 값

유형: Microsoft.ReportingServices.OnDemandReportRendering.PageSection
A PageSection object.

참고 항목

참조

Page 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스