共用方式為


ChartAxisScaleBreak.CollapsibleSpaceThreshold 屬性

Percent of empty space allowed on the axis before a scale break is triggered.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property CollapsibleSpaceThreshold As ReportExpression(Of Integer)
    Get 
    Set
'用途
Dim instance As ChartAxisScaleBreak 
Dim value As ReportExpression(Of Integer)

value = instance.CollapsibleSpaceThreshold

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

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.

請參閱

參考

ChartAxisScaleBreak 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間