次の方法で共有


Chart.DynamicWidth プロパティ

グラフの幅の最大値または最小値を取得または設定します。

名前空間:  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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間