Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Contains page layout information about the report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Page As Page
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.Page
A Page object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel