Share via


RadialScale.SweepAngle Property

Gets an expression that evaluates to the sweep angle of the scale in degrees (0-360).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property SweepAngle As ReportDoubleProperty 
    Get
'Usage
Dim instance As RadialScale 
Dim value As ReportDoubleProperty 

value = instance.SweepAngle
public ReportDoubleProperty SweepAngle { get; }
public:
property ReportDoubleProperty^ SweepAngle {
    ReportDoubleProperty^ get ();
}
member SweepAngle : ReportDoubleProperty
function get SweepAngle () : ReportDoubleProperty

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

See Also

Reference

RadialScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace