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


Свойство ChartInstance.DynamicWidth

Gets the calculated value of the DynamicWidth property in a Chart class.

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

Синтаксис

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

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the DynamicWidth property.

См. также

Справочник

ChartInstance Класс

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