Поделиться через


Свойство Report.Page

Примечание. Этот API-интерфейс устарел.

Gets the page layout information about the report.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
<ObsoleteAttribute("Use ReportSection.Page instead.")> _
Public ReadOnly Property Page As Page 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.Page
A Page object.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering