Свойство Width
Width of the report
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: 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.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.