Freigeben über


ReportSection.Page-Eigenschaft

Contains page layout information about the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Page As Page 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.Page
A Page object.

Siehe auch

Verweis

ReportSection Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace