Свойство PageWidth

Возвращает ширину бумажной страницы.

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

Синтаксис

'Декларация
Public ReadOnly Property PageWidth As ReportSize
    Get
'Применение
Dim instance As Report
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.ReportRendering. . :: . .ReportSize
Объект ReportSize, указывающий ширину страницы.