Partager via


Propriété DynamicWidth

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DynamicWidth As ReportSizeProperty
    Get
'Utilisation
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