Compartilhar via


Classe ScaleRangeInstance

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

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ScaleRangeInstance

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

Sintaxe

'Declaração
Public NotInheritable Class ScaleRangeInstance _
    Inherits BaseInstance
'Uso
Dim instance As ScaleRangeInstance
public sealed class ScaleRangeInstance : BaseInstance
public ref class ScaleRangeInstance sealed : public BaseInstance
[<SealedAttribute>]
type ScaleRangeInstance =  
    class 
        inherit BaseInstance 
    end
public final class ScaleRangeInstance extends BaseInstance

O tipo ScaleRangeInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública BackgroundGradientType Gets the calculated value of the BackgroundGradientType property in a ScaleRange class.
Propriedade pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a ScaleRange class.
Propriedade pública EndWidth Gets the calculated value of the EndWidth property in a ScaleRange class.
Propriedade pública Hidden Gets the calculated value of the Hidden property in a ScaleRange class.
Propriedade pública InRangeBarPointerColor Gets the calculated value of the InRangeBarPointerColor property in a ScaleRange class.
Propriedade pública InRangeLabelColor Gets the calculated value of the InRangeLabelColor property in a ScaleRange class.
Propriedade pública InRangeTickMarksColor Gets the calculated value of the InRangeTickMarksColor property in a ScaleRange class.
Propriedade pública Placement Gets the calculated value of the Placement property in a ScaleRange class.
Propriedade pública StartWidth Gets the calculated value of the StartWidth property in a ScaleRange class.
Propriedade pública Style Gets the calculated value of the Style property in a ScaleRange class.
Propriedade pública ToolTip Gets the calculated value of the ToolTip property in a ScaleRange class.

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