다음을 통해 공유


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 네임스페이스