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.
Gets an expression that evaluates to the amount of space to leave for a scale break, as a percent of the chart size.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Spacing As ReportDoubleProperty
Get
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportDoubleProperty
value = instance.Spacing
public ReportDoubleProperty Spacing { get; }
public:
property ReportDoubleProperty^ Spacing {
ReportDoubleProperty^ get ();
}
member Spacing : ReportDoubleProperty
function get Spacing () : ReportDoubleProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace