Chart.DynamicWidth Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property DynamicWidth As ReportSizeProperty
    Get
'Usage
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