Share via


Report.Page 속성

참고: 이 API는 더 이상 사용되지 않습니다.

Gets the page layout information about the report.

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

구문

‘선언
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page 
    Get
‘사용 방법
Dim instance As Report 
Dim value As Page 

value = instance.Page
[ObsoleteAttribute("Use ReportSection.Page instead.")]
public Page Page { get; }
[ObsoleteAttribute(L"Use ReportSection.Page instead.")]
public:
property Page^ Page {
    Page^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Page instead.")>]
member Page : Page
function get Page () : Page

속성 값

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

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스