Свойство Report.PageWidth

Gets the width of the paper page.

Пространство имен:  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
A ReportSize object indicating the width of the page.

См. также

Справочник

Report Класс

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