Свойство 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 that indicates the width of the page.
См. также