Partager via


Propriété ChartAxisScaleBreak.CollapsibleSpaceThreshold

Gets an expression that evaluates to the percent of empty space allowed on the axis before a scale break is triggered.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CollapsibleSpaceThreshold As ReportIntProperty 
    Get
'Utilisation
Dim instance As ChartAxisScaleBreak 
Dim value As ReportIntProperty 

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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

Voir aussi

Référence

ChartAxisScaleBreak Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering