Właściwość Report.Page
Uwaga: ten interfejs API jest już nieaktualny.
Pobiera informacje układ strona raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page obiektu.
Zobacz także