Compartilhar via


Classe GaugeTickMarksInstance

Represents an instance type of the GaugeTickMarks class and contains the calculated values of the properties in GaugeTickMarks.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
      Microsoft.ReportingServices.OnDemandReportRendering.GaugeTickMarksInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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

O tipo GaugeTickMarksInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública EnableGradient Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública GradientDensity Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Hidden Gets the calculated value of the Hidden property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Interval Gets the calculated value of the Interval property in a GaugeTickMarks class.
Propriedade pública IntervalOffset Gets the calculated value of the IntervalOffset property in a GaugeTickMarks class.
Propriedade pública Length Gets the calculated value of the Length property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Placement Gets the calculated value of the Placement property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Shape Gets the calculated value of the Shape property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Style Gets the calculated value of the Style property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)
Propriedade pública Width Gets the calculated value of the Width property in a TickMarkStyle class. (Herdado de TickMarkStyleInstance.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering