Partager via


Propriété StartAngle

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StartAngle As ReportDoubleProperty
    Get
'Utilisation
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