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.
Gets page layout information about the report.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Page As Page
Get
'Uso
Dim instance As ReportSection
Dim value As Page
value = instance.Page
public Page Page { get; }
public:
property Page^ Page {
Page^ get ();
}
member Page : Page
function get Page () : Page
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering