Partager via


Page propriété

Contains page layout information about the report.

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

Syntaxe

'Déclaration
Public ReadOnly Property Page As Page
    Get
'Utilisation
Dim instance As Report
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 la propriété

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