다음을 통해 공유


ReportSection.Page 속성

Contains page layout information about the report.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property Page As Page 
    Get 
    Set
‘사용 방법
Dim instance As ReportSection 
Dim value As Page 

value = instance.Page

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

속성 값

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

참고 항목

참조

ReportSection 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스