Compartir a través de


StartAngle Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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