Clase RadialPointer
Represents a radial pointer to be drawn against a RadialScale.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering.GaugePointer
Microsoft.ReportingServices.OnDemandReportRendering.RadialPointer
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class RadialPointer _
Inherits GaugePointer
'Uso
Dim instance As RadialPointer
public sealed class RadialPointer : GaugePointer
public ref class RadialPointer sealed : public GaugePointer
[<SealedAttribute>]
type RadialPointer =
class
inherit GaugePointer
end
public final class RadialPointer extends GaugePointer
El tipo RadialPointer expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
ActionInfo | Gets the actions for the pointer. (Se hereda de GaugePointer.) | |
BarStart | Gets a value that indicates where the Bar pointer starts. (Se hereda de GaugePointer.) | |
CompiledInstances | Gets the compiled instances of a gauge pointer. (Se hereda de GaugePointer.) | |
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.) | |
FieldsUsedInValueExpression | Gets the fields used in a value expression. (Se hereda de GaugePointer.) | |
GaugeInputValue | Gets the value to use for the pointer. (Se hereda de GaugePointer.) | |
Hidden | Gets a value that indicates whether the pointer is hidden. (Se hereda de GaugePointer.) | |
Instance | Gets the report instance object that contains the calculated values of this report definition object. | |
MarkerLength | Gets the length of the marker as a percentage of the parent scale radius. (Se hereda de GaugePointer.) | |
MarkerStyle | Gets the type of the marker. (Se hereda de GaugePointer.) | |
Name | Gets the name of the gauge pointer. (Se hereda de GaugePointer.) | |
NeedleStyle | Gets an expression that evaluates to the style of the needle. | |
Placement | Gets a value that determines where the pointer should be placed relative to the scale. (Se hereda de GaugePointer.) | |
PointerCap | Gets the style properties for the pointer cap. | |
PointerImage | Gets the image to use for the pointer. (Se hereda de GaugePointer.) | |
SnappingEnabled | Gets a value that indicates whether values should round to the snapping interval. (Se hereda de GaugePointer.) | |
SnappingInterval | Gets the interval to which the values should round to. (Se hereda de GaugePointer.) | |
Style | Gets the style properties of this report definition object. (Se hereda de GaugePointer.) | |
ToolTip | Gets the tool tip text for the pointer. (Se hereda de GaugePointer.) | |
Type | Gets an expression that evaluates to the type of pointer. | |
UniqueName | Gets the unique identifier for this report definition object. (Se hereda de GaugePointer.) | |
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 | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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