Clase GaugeTickMarksInstance
Represents an instance type of the GaugeTickMarks class and contains the calculated values of the properties in GaugeTickMarks.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarksInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class GaugeTickMarksInstance _
Inherits TickMarkStyleInstance
'Uso
Dim instance As GaugeTickMarksInstance
public sealed class GaugeTickMarksInstance : TickMarkStyleInstance
public ref class GaugeTickMarksInstance sealed : public TickMarkStyleInstance
[<SealedAttribute>]
type GaugeTickMarksInstance =
class
inherit TickMarkStyleInstance
end
public final class GaugeTickMarksInstance extends TickMarkStyleInstance
El tipo GaugeTickMarksInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
EnableGradient | Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
GradientDensity | Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
Hidden | Gets the calculated value of the Hidden property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
Interval | Gets the calculated value of the Interval property in a GaugeTickMarks class. | |
IntervalOffset | Gets the calculated value of the IntervalOffset property in a GaugeTickMarks class. | |
Length | Gets the calculated value of the Length property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
Placement | Gets the calculated value of the Placement property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
Shape | Gets the calculated value of the Shape property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
Style | Gets the calculated value of the Style property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) | |
Width | Gets the calculated value of the Width property in a TickMarkStyle class. (Se hereda de TickMarkStyleInstance.) |
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