ChartAxisScaleBreak.CollapsibleSpaceThreshold 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property CollapsibleSpaceThreshold As ReportIntProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.

请参阅

参考

ChartAxisScaleBreak 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间