Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Page
A Page object.