次の方法で共有


ChartLegend.MaxAutoSize プロパティ

グラフ サイズの割合で示した凡例の最大サイズ。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property MaxAutoSize As ReportExpression(Of Integer)
    Get 
    Set
'使用
Dim instance As ChartLegend 
Dim value As ReportExpression(Of Integer)

value = instance.MaxAutoSize

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

プロパティ値

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

関連項目

参照

ChartLegend クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間