Свойство ReportItem.Width
Gets the width of the item. Negative sizes allowed only for lines.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property Width As ReportSize
Get
'Применение
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Width
public virtual ReportSize Width { get; }
public:
virtual property ReportSize^ Width {
ReportSize^ get ();
}
abstract Width : ReportSize
override Width : ReportSize
function get Width () : ReportSize
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the width of the item.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering