Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.