Partager via


Classe GaugeScale

Represents a scale to be drawn within a gauge.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class GaugeScale _
    Inherits GaugePanelObjectCollectionItem _
    Implements IROMStyleDefinitionContainer
'Utilisation
Dim instance As GaugeScale
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class GaugeScale : GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class GaugeScale abstract : public GaugePanelObjectCollectionItem, 
    IROMStyleDefinitionContainer
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type GaugeScale =  
    class
        inherit GaugePanelObjectCollectionItem
        interface IROMStyleDefinitionContainer
    end
public abstract class GaugeScale extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer

Le type GaugeScale expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ActionInfo Actions for the scale.
Propriété publique CustomLabels Custom labels for the scale.
Propriété publique FieldsUsedInValueExpression Gets the fields used in a value expression.
Propriété publique GaugeMajorTickMarks Major tickmarks to display on the scale.
Propriété publique GaugeMinorTickMarks Minor tickmarks to display on the scale.
Propriété publique Hidden Indicates the scale is hidden.
Propriété publique Instance Gets the report instance object that contains the calculated values of this report definition object.
Propriété publique Interval Default interval between tick marks and labels.
Propriété publique IntervalOffset Default offset for the first tick mark and label.
Propriété publique Logarithmic Indicates the scale is logarithmic.
Propriété publique LogarithmicBase Base to use for logarithmic scale.
Propriété publique MaximumPin Maximum value at which a pointer on the scale will stop.
Propriété publique MaximumValue Maximum value for the scale.
Propriété publique MinimumPin Minimum value at which a pointer on the scale will stop.
Propriété publique MinimumValue Minimum value for the scale.
Propriété publique Multiplier Amount by which the gauge value is multiplied before being displayed.
Propriété publique Name Name of the gauge scale.
Propriété publique Reversed Indicates the direction of the scale is reversed.
Propriété publique ScaleLabels Labels to display on the scale.
Propriété publique ScaleRanges Ranges to display on the scale.
Propriété publique Style Gets the style properties of this report definition object.
Propriété publique TickMarksOnTop Indicates tick marks should be drawn above pointers.
Propriété publique ToolTip Tool tip text for the scale.
Propriété publique UniqueName Gets the unique identifier for this report definition object.
Propriété publique Width Width of the scale bar, as a percent of the size of the gauge

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_instance Infrastructure. (hérité de GaugePanelObjectCollectionItem.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.