Compartilhar via


Propriedade do RDL ChartAxisScaleBreakInstance.CollapsibleSpaceThreshold

Gets the calculated value of the CollapsibleSpaceThreshold property in a ChartAxisScaleBreak class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property CollapsibleSpaceThreshold As Integer 
    Get
'Uso
Dim instance As ChartAxisScaleBreakInstance 
Dim value As Integer 

value = instance.CollapsibleSpaceThreshold
public int CollapsibleSpaceThreshold { get; }
public:
property int CollapsibleSpaceThreshold {
    int get ();
}
member CollapsibleSpaceThreshold : int
function get CollapsibleSpaceThreshold () : int

Valor da propriedade

Tipo: System.Int32
An int value that represents the calculated value of the CollapsibleSpaceThreshold property.

Consulte também

Referência

ChartAxisScaleBreakInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering