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 | |
---|---|---|
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.) | |
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 LinearPointer 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