Share via


RadialScale.StartAngle Property

Gets an expression that evaluates to the start 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 StartAngle As ReportDoubleProperty 
    Get
'Usage
Dim instance As RadialScale 
Dim value As ReportDoubleProperty 

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

Property Value

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

See Also

Reference

RadialScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace