Clase RadialPointerInstance
Represents an instance type of the RadialPointer class, and contains the calculated values of the properties in RadialPointer.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugePointerInstance
Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class RadialPointerInstance _
Inherits GaugePointerInstance
'Uso
Dim instance As RadialPointerInstance
public sealed class RadialPointerInstance : GaugePointerInstance
public ref class RadialPointerInstance sealed : public GaugePointerInstance
[<SealedAttribute>]
type RadialPointerInstance =
class
inherit GaugePointerInstance
end
public final class RadialPointerInstance extends GaugePointerInstance
El tipo RadialPointerInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
BarStart | Gets the calculated value of the BarStart property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
Hidden | Gets the calculated value of the Hidden property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
MarkerLength | Gets the calculated value of the MarkerLength property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
MarkerStyle | Gets the calculated value of the MarkerStyle property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
NeedleStyle | Gets the calculated value of the NeedleStyle property in a RadialPointer class. | |
Placement | Gets the calculated value of the Placement property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
SnappingEnabled | Gets the calculated value of the SnappingEnabled property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
SnappingInterval | Gets the calculated value of the SnappingInterval property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
Style | Gets the calculated value of the Style property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a GaugePointer class. (Se hereda de GaugePointerInstance.) | |
Type | Gets the calculated value of the Type property in a RadialPointer class. | |
Width | Gets the calculated value of the Width property in a GaugePointer class. (Se hereda de GaugePointerInstance.) |
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