Compartir a través de


RadialScale.SweepAngle Propiedad

Gets an expression that evaluates to the sweep 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 SweepAngle As ReportDoubleProperty 
    Get
'Uso
Dim instance As RadialScale 
Dim value As ReportDoubleProperty 

value = instance.SweepAngle
public ReportDoubleProperty SweepAngle { get; }
public:
property ReportDoubleProperty^ SweepAngle {
    ReportDoubleProperty^ get ();
}
member SweepAngle : ReportDoubleProperty
function get SweepAngle () : ReportDoubleProperty

Valor de la propiedad

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

Vea también

Referencia

RadialScale Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering