Свойство Width
Gets the width of the report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Width As ReportSize
Get
'Применение
Dim instance As Report
Dim value As ReportSize
value = instance.Width
public ReportSize Width { get; }
public:
property ReportSize^ Width {
ReportSize^ get ();
}
member Width : ReportSize
function get Width () : ReportSize
Значение свойства
Тип Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize object that contains the width of the report.
См. также