Partilhar via


Propriedade do RDL StartAngle

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

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

Sintaxe

'Declaração
Public ReadOnly Property StartAngle As ReportDoubleProperty
    Get
'Uso
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