Partilhar via


Propriedade do RDL ReportSection.Page

Gets page layout information about the report.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page object.

Consulte também

Referência

ReportSection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering