Compartir a través de


Clase GaugeCellInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeCellInstance

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

Sintaxis

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

El tipo GaugeCellInstance expone los siguientes miembros.

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