Compartir a través de


GaugeLabelInstance.Angle Propiedad

Gets the calculated value of the Angle property in a GaugeLabel class.

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

Sintaxis

'Declaración
Public ReadOnly Property Angle As Double 
    Get
'Uso
Dim instance As GaugeLabelInstance 
Dim value As Double 

value = instance.Angle
public double Angle { get; }
public:
property double Angle {
    double get ();
}
member Angle : float
function get Angle () : double

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the Angle property.

Vea también

Referencia

GaugeLabelInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering