Partager via


Propriété Report.Page

Remarque : cette API est désormais obsolète.

Gets the page layout information about the report.

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

Syntaxe

'Déclaration
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page 
    Get
'Utilisation
Dim instance As Report 
Dim value As Page 

value = instance.Page
[ObsoleteAttribute("Use ReportSection.Page instead.")]
public Page Page { get; }
[ObsoleteAttribute(L"Use ReportSection.Page instead.")]
public:
property Page^ Page {
    Page^ get ();
}
[<ObsoleteAttribute("Use ReportSection.Page instead.")>]
member Page : Page
function get Page () : Page

Valeur de propriété

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

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering