Partilhar via


Propriedade do RDL ChartAxisScaleBreak.CollapsibleSpaceThreshold

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property CollapsibleSpaceThreshold As ReportExpression(Of Integer)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

ChartAxisScaleBreak Classe

Namespace Microsoft.ReportingServices.RdlObjectModel