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.
Amount of space to leave for a scale break, as a percent of the chart size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Spacing As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportExpression(Of Double)
value = instance.Spacing
instance.Spacing = value
public ReportExpression<double> Spacing { get; set; }
public:
property ReportExpression<double> Spacing {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Spacing : ReportExpression<float> with get, set
function get Spacing () : ReportExpression<double>
function set Spacing (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.