Compartir a través de


Clase RadialGaugeInstance

Represents an instance type of the RadialGauge class, and contains the calculated values of the properties in RadialGauge.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItemInstance
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeInstance
        Microsoft.ReportingServices.OnDemandReportRendering.RadialGaugeInstance

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

Sintaxis

'Declaración
Public NotInheritable Class RadialGaugeInstance _
    Inherits GaugeInstance
'Uso
Dim instance As RadialGaugeInstance
public sealed class RadialGaugeInstance : GaugeInstance
public ref class RadialGaugeInstance sealed : public GaugeInstance
[<SealedAttribute>]
type RadialGaugeInstance =  
    class 
        inherit GaugeInstance 
    end
public final class RadialGaugeInstance extends GaugeInstance

El tipo RadialGaugeInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AspectRatio Gets the calculated value of the AspectRatio property in a Gauge class. (Se hereda de GaugeInstance.)
Propiedad pública ClipContent Gets the calculated value of the ClipContent property in a Gauge class. (Se hereda de GaugeInstance.)
Propiedad pública Height Gets the calculated value of the Height property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública Hidden Gets the calculated value of the Hidden property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública Left Gets the calculated value of the Left property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública PivotX Gets the calculated value of the PivotX property in a RadialGauge class.
Propiedad pública PivotY Gets the calculated value of the PivotY property in a RadialGauge class.
Propiedad pública Style Gets the calculated value of the Style property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública Top Gets the calculated value of the Top property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública Width Gets the calculated value of the Width property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)
Propiedad pública ZIndex Gets the calculated value of the ZIndex property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering