다음을 통해 공유


Page 속성

Contains page layout information about the report.

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

구문

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

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