Поделиться через


Свойство Chart.DynamicWidth

Gets an expression that evaluates to the width to which the chart should grow/shrink.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DynamicWidth As ReportSizeProperty 
    Get
'Применение
Dim instance As Chart 
Dim value As ReportSizeProperty 

value = instance.DynamicWidth
public ReportSizeProperty DynamicWidth { get; }
public:
property ReportSizeProperty^ DynamicWidth {
    ReportSizeProperty^ get ();
}
member DynamicWidth : ReportSizeProperty
function get DynamicWidth () : ReportSizeProperty

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

См. также

Справочник

Chart Класс

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