Compartir a través de


Clase LinearPointerInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePointerInstance
      Microsoft.ReportingServices.OnDemandReportRendering.LinearPointerInstance

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

Sintaxis

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

El tipo LinearPointerInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BarStart Gets the calculated value of the BarStart property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Hidden Gets the calculated value of the Hidden property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública MarkerLength Gets the calculated value of the MarkerLength property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública MarkerStyle Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Placement Gets the calculated value of the Placement property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública SnappingEnabled Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública SnappingInterval Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Style Gets the calculated value of the Style property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a GaugePointer class. (Se hereda de GaugePointerInstance.)
Propiedad pública Type Gets the calculated value of the Type property in a LinearPointer class.
Propiedad pública Width Gets the calculated value of the Width property in a GaugePointer class. (Se hereda de GaugePointerInstance.)

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