Compartir a través de


Clase LinearPointer

Represents a linear pointer to be drawn against a linear scale.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePointer
      Microsoft.ReportingServices.OnDemandReportRendering.LinearPointer

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

Sintaxis

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

El tipo LinearPointer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Gets the actions for the pointer. (Se hereda de GaugePointer.)
Propiedad pública BarStart Gets a value that indicates where the Bar pointer starts. (Se hereda de GaugePointer.)
Propiedad pública CompiledInstances Gets the compiled instances of a gauge pointer. (Se hereda de GaugePointer.)
Propiedad pública DistanceFromScale Gets the distance from the tip of the pointer to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales). (Se hereda de GaugePointer.)
Propiedad pública FieldsUsedInValueExpression Gets the fields used in a value expression. (Se hereda de GaugePointer.)
Propiedad pública GaugeInputValue Gets the value to use for the pointer. (Se hereda de GaugePointer.)
Propiedad pública Hidden Gets a value that indicates whether the pointer is hidden. (Se hereda de GaugePointer.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública MarkerLength Gets the length of the marker as a percentage of the parent scale radius. (Se hereda de GaugePointer.)
Propiedad pública MarkerStyle Gets the type of the marker. (Se hereda de GaugePointer.)
Propiedad pública Name Gets the name of the gauge pointer. (Se hereda de GaugePointer.)
Propiedad pública Placement Gets a value that determines where the pointer should be placed relative to the scale. (Se hereda de GaugePointer.)
Propiedad pública PointerImage Gets the image to use for the pointer. (Se hereda de GaugePointer.)
Propiedad pública SnappingEnabled Gets a value that indicates whether values should round to the snapping interval. (Se hereda de GaugePointer.)
Propiedad pública SnappingInterval Gets the interval to which the values should round to. (Se hereda de GaugePointer.)
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de GaugePointer.)
Propiedad pública Thermometer Thermometer style properties.
Propiedad pública ToolTip Gets the tool tip text for the pointer. (Se hereda de GaugePointer.)
Propiedad pública Type Type of pointer.
Propiedad pública UniqueName Gets the unique identifier for this report definition object. (Se hereda de GaugePointer.)
Propiedad pública Width Gets the width of the pointer, as a percentage of the scale size (radius for radial scales, width for linear scales). (Se hereda de GaugePointer.)

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