Compartir a través de


Clase ScaleRangeInstance

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo ScaleRangeInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BackgroundGradientType Gets the calculated value of the BackgroundGradientType property in a ScaleRange class.
Propiedad pública DistanceFromScale Gets the calculated value of the DistanceFromScale property in a ScaleRange class.
Propiedad pública EndWidth Gets the calculated value of the EndWidth property in a ScaleRange class.
Propiedad pública Hidden Gets the calculated value of the Hidden property in a ScaleRange class.
Propiedad pública InRangeBarPointerColor Gets the calculated value of the InRangeBarPointerColor property in a ScaleRange class.
Propiedad pública InRangeLabelColor Gets the calculated value of the InRangeLabelColor property in a ScaleRange class.
Propiedad pública InRangeTickMarksColor Gets the calculated value of the InRangeTickMarksColor property in a ScaleRange class.
Propiedad pública Placement Gets the calculated value of the Placement property in a ScaleRange class.
Propiedad pública StartWidth Gets the calculated value of the StartWidth property in a ScaleRange class.
Propiedad pública Style Gets the calculated value of the Style property in a ScaleRange class.
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ScaleRange class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público 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