Свойство PageHeight

Default height for rendering the report in a physical-page oriented renderer.

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

Синтаксис

'Декларация
Public ReadOnly Property PageHeight As ReportSize
    Get
'Применение
Dim instance As Page
Dim value As ReportSize

value = instance.PageHeight
public ReportSize PageHeight { get; }
public:
property ReportSize^ PageHeight {
    ReportSize^ get ();
}
member PageHeight : ReportSize
function get PageHeight () : ReportSize

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

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