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 | |
---|---|---|
BackgroundGradientType | Gets the calculated value of the BackgroundGradientType property in a ScaleRange class. | |
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a ScaleRange class. | |
EndWidth | Gets the calculated value of the EndWidth property in a ScaleRange class. | |
Hidden | Gets the calculated value of the Hidden property in a ScaleRange class. | |
InRangeBarPointerColor | Gets the calculated value of the InRangeBarPointerColor property in a ScaleRange class. | |
InRangeLabelColor | Gets the calculated value of the InRangeLabelColor property in a ScaleRange class. | |
InRangeTickMarksColor | Gets the calculated value of the InRangeTickMarksColor property in a ScaleRange class. | |
Placement | Gets the calculated value of the Placement property in a ScaleRange class. | |
StartWidth | Gets the calculated value of the StartWidth property in a ScaleRange class. | |
Style | Gets the calculated value of the Style property in a ScaleRange class. | |
ToolTip | Gets the calculated value of the ToolTip property in a ScaleRange class. |
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