Condividi tramite


Classe LinearScale

Represents a linear scale to be drawn within a linear gauge.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class LinearScale _
    Inherits GaugeScale
'Utilizzo
Dim instance As LinearScale
public sealed class LinearScale : GaugeScale
public ref class LinearScale sealed : public GaugeScale
[<SealedAttribute>]
type LinearScale =  
    class 
        inherit GaugeScale 
    end
public final class LinearScale extends GaugeScale

Nel tipo LinearScale sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica ActionInfo Actions for the scale. Ereditato da GaugeScale.
Proprietà pubblica CustomLabels Custom labels for the scale. Ereditato da GaugeScale.
Proprietà pubblica EndMargin Distance between the end of the gauge and the end of the scale, as a percentage of the size of the gauge.
Proprietà pubblica FieldsUsedInValueExpression Gets the fields used in a value expression. Ereditato da GaugeScale.
Proprietà pubblica GaugeMajorTickMarks Major tickmarks to display on the scale. Ereditato da GaugeScale.
Proprietà pubblica GaugeMinorTickMarks Minor tickmarks to display on the scale. Ereditato da GaugeScale.
Proprietà pubblica GaugePointers Gets the pointers on the scale.
Proprietà pubblica Hidden Indicates the scale is hidden. Ereditato da GaugeScale.
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object.
Proprietà pubblica Interval Default interval between tick marks and labels. Ereditato da GaugeScale.
Proprietà pubblica IntervalOffset Default offset for the first tick mark and label. Ereditato da GaugeScale.
Proprietà pubblica Logarithmic Indicates the scale is logarithmic. Ereditato da GaugeScale.
Proprietà pubblica LogarithmicBase Base to use for logarithmic scale. Ereditato da GaugeScale.
Proprietà pubblica MaximumPin Maximum value at which a pointer on the scale will stop. Ereditato da GaugeScale.
Proprietà pubblica MaximumValue Maximum value for the scale. Ereditato da GaugeScale.
Proprietà pubblica MinimumPin Minimum value at which a pointer on the scale will stop. Ereditato da GaugeScale.
Proprietà pubblica MinimumValue Minimum value for the scale. Ereditato da GaugeScale.
Proprietà pubblica Multiplier Amount by which the gauge value is multiplied before being displayed. Ereditato da GaugeScale.
Proprietà pubblica Name Name of the gauge scale. Ereditato da GaugeScale.
Proprietà pubblica Position Position of the scale, as a percentage of the size of the gauge (height for horizontal gauges, width for vertical gauges).
Proprietà pubblica Reversed Indicates the direction of the scale is reversed. Ereditato da GaugeScale.
Proprietà pubblica ScaleLabels Labels to display on the scale. Ereditato da GaugeScale.
Proprietà pubblica ScaleRanges Ranges to display on the scale. Ereditato da GaugeScale.
Proprietà pubblica StartMargin Distance between the start of the gauge and the start of the scale, as a percentage of the size of the gauge.
Proprietà pubblica Style Gets the style properties of this report definition object. Ereditato da GaugeScale.
Proprietà pubblica TickMarksOnTop Indicates tick marks should be drawn above pointers. Ereditato da GaugeScale.
Proprietà pubblica ToolTip Tool tip text for the scale. Ereditato da GaugeScale.
Proprietà pubblica UniqueName Gets the unique identifier for this report definition object. Ereditato da GaugeScale.
Proprietà pubblica Width Width of the scale bar, as a percent of the size of the gauge Ereditato da GaugeScale.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering