Udostępnij za pośrednictwem


Właściwość RadialScale.StartAngle

Pobiera wyrażenie kąt rozpoczęcia skali w stopniach (0-360).

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property StartAngle As ReportDoubleProperty
    Get
'Użycie
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