다음을 통해 공유


DynamicWidth 속성

Gets the width to which the chart should grow or shrink.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property DynamicWidth As ReportExpression(Of ReportSize)
    Get
    Set
‘사용 방법
Dim instance As Chart
Dim value As ReportExpression(Of ReportSize)

value = instance.DynamicWidth

instance.DynamicWidth = value
public ReportExpression<ReportSize> DynamicWidth { get; set; }
public:
property ReportExpression<ReportSize> DynamicWidth {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member DynamicWidth : ReportExpression<ReportSize> with get, set
function get DynamicWidth () : ReportExpression<ReportSize>
function set DynamicWidth (value : ReportExpression<ReportSize>)