Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Percent of empty space allowed on the axis before a scale break is triggered.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property CollapsibleSpaceThreshold As ReportExpression(Of Integer)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.