共用方式為


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)