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.
Gets or sets the page layout information about the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Overridable Property Page As Page
Get
Set
'Usage
Dim instance As Report
Dim value As Page
value = instance.Page
instance.Page = value
public virtual Page Page { get; set; }
public:
virtual property Page^ Page {
Page^ get ();
void set (Page^ value);
}
abstract Page : Page with get, set
override Page : Page with get, set
function get Page () : Page
function set Page (value : Page)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Page
The page layout information about the report.