Partager via


Propriété ReportSection.Page

Gets page layout information about the report.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Page As Page 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReportSection Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering