Свойство PageWidth

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

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

Синтаксис

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

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

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

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