Condividi tramite


Proprietà Report.Page

Nota: questa API è obsoleta.

Gets the page layout information about the report.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering