Clase RadialScaleInstance
Represents an instance type of the RadialScale class, and contains the calculated values of the properties in RadialScale.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeScaleInstance
Microsoft.ReportingServices.OnDemandReportRendering.RadialScaleInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class RadialScaleInstance _
Inherits GaugeScaleInstance
'Uso
Dim instance As RadialScaleInstance
public sealed class RadialScaleInstance : GaugeScaleInstance
public ref class RadialScaleInstance sealed : public GaugeScaleInstance
[<SealedAttribute>]
type RadialScaleInstance =
class
inherit GaugeScaleInstance
end
public final class RadialScaleInstance extends GaugeScaleInstance
El tipo RadialScaleInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Hidden | Gets the calculated value of the Hidden property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
Interval | Gets the calculated value of the Interval property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
IntervalOffset | Gets the calculated value of the IntervalOffset property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
Logarithmic | Gets the calculated value of the Logarithmic property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
LogarithmicBase | Gets the calculated value of the LogarithmicBase property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
Multiplier | Gets the calculated value of the Multiplier property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
Radius | Gets the calculated value of the Radius property in a RadialScale class. | |
Reversed | Gets the calculated value of the Reversed property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
StartAngle | Gets the calculated value of the StartAngle property in a RadialScale class. | |
Style | Gets the calculated value of the Style property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
SweepAngle | Gets the calculated value of the SweepAngle property in a RadialScale class. | |
TickMarksOnTop | Gets the calculated value of the TickMarksOnTop property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) | |
Width | Gets the calculated value of the Width property in a GaugeScale class. (Se hereda de GaugeScaleInstance.) |
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