다음을 통해 공유


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>)