CollapsibleSpaceThreshold 屬性
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