Condividi tramite


Proprietà RadialScale.StartAngle

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property StartAngle As ReportDoubleProperty 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

RadialScale Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering