Compartir a través de


Clase RadialScale

Represents a radial scale to be drawn within a RadialGauge.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionItem
    Microsoft.ReportingServices.OnDemandReportRendering.GaugeScale
      Microsoft.ReportingServices.OnDemandReportRendering.RadialScale

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

Sintaxis

'Declaración
Public NotInheritable Class RadialScale _
    Inherits GaugeScale
'Uso
Dim instance As RadialScale
public sealed class RadialScale : GaugeScale
public ref class RadialScale sealed : public GaugeScale
[<SealedAttribute>]
type RadialScale =  
    class 
        inherit GaugeScale 
    end
public final class RadialScale extends GaugeScale

El tipo RadialScale expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Actions for the scale. (Se hereda de GaugeScale.)
Propiedad pública CustomLabels Custom labels for the scale. (Se hereda de GaugeScale.)
Propiedad pública FieldsUsedInValueExpression Gets the fields used in a value expression. (Se hereda de GaugeScale.)
Propiedad pública GaugeMajorTickMarks Major tickmarks to display on the scale. (Se hereda de GaugeScale.)
Propiedad pública GaugeMinorTickMarks Minor tickmarks to display on the scale. (Se hereda de GaugeScale.)
Propiedad pública GaugePointers Gets the pointers on the scale.
Propiedad pública Hidden Indicates the scale is hidden. (Se hereda de GaugeScale.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Interval Default interval between tick marks and labels. (Se hereda de GaugeScale.)
Propiedad pública IntervalOffset Default offset for the first tick mark and label. (Se hereda de GaugeScale.)
Propiedad pública Logarithmic Indicates the scale is logarithmic. (Se hereda de GaugeScale.)
Propiedad pública LogarithmicBase Base to use for logarithmic scale. (Se hereda de GaugeScale.)
Propiedad pública MaximumPin Maximum value at which a pointer on the scale will stop. (Se hereda de GaugeScale.)
Propiedad pública MaximumValue Maximum value for the scale. (Se hereda de GaugeScale.)
Propiedad pública MinimumPin Minimum value at which a pointer on the scale will stop. (Se hereda de GaugeScale.)
Propiedad pública MinimumValue Minimum value for the scale. (Se hereda de GaugeScale.)
Propiedad pública Multiplier Amount by which the gauge value is multiplied before being displayed. (Se hereda de GaugeScale.)
Propiedad pública Name Name of the gauge scale. (Se hereda de GaugeScale.)
Propiedad pública Radius Gets an expression that evaluates to the radius of the scale as a percentage of the gauge.
Propiedad pública Reversed Indicates the direction of the scale is reversed. (Se hereda de GaugeScale.)
Propiedad pública ScaleLabels Labels to display on the scale. (Se hereda de GaugeScale.)
Propiedad pública ScaleRanges Ranges to display on the scale. (Se hereda de GaugeScale.)
Propiedad pública StartAngle Gets an expression that evaluates to the start angle of the scale in degrees (0-360).
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de GaugeScale.)
Propiedad pública SweepAngle Gets an expression that evaluates to the sweep angle of the scale in degrees (0-360).
Propiedad pública TickMarksOnTop Indicates tick marks should be drawn above pointers. (Se hereda de GaugeScale.)
Propiedad pública ToolTip Tool tip text for the scale. (Se hereda de GaugeScale.)
Propiedad pública UniqueName Gets the unique identifier for this report definition object. (Se hereda de GaugeScale.)
Propiedad pública Width Width of the scale bar, as a percent of the size of the gauge (Se hereda de GaugeScale.)

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