共用方式為


ChartLegend.MaxAutoSize 屬性

Maximum size for the legend, as a percent of the chart size.

命名空間:  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>
A ReportExpression<T> object.

請參閱

參考

ChartLegend 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間