Partager via


Classe NumericIndicatorInstance

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an instance type of the NumericIndicator class and contains the calculated values of the properties in NumericIndicator.

Hiérarchie d'héritage

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItemInstance
      Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicatorInstance

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

Syntaxe

'Déclaration
Public NotInheritable Class NumericIndicatorInstance _
    Inherits GaugePanelItemInstance
'Utilisation
Dim instance As NumericIndicatorInstance
public sealed class NumericIndicatorInstance : GaugePanelItemInstance
public ref class NumericIndicatorInstance sealed : public GaugePanelItemInstance
[<SealedAttribute>]
type NumericIndicatorInstance =  
    class 
        inherit GaugePanelItemInstance 
    end
public final class NumericIndicatorInstance extends GaugePanelItemInstance

Le type NumericIndicatorInstance expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Height Gets the calculated value of the Height property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique Hidden Gets the calculated value of the Hidden property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique Left Gets the calculated value of the Left property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique Style Gets the calculated value of the Style property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique ToolTip Gets the calculated value of the ToolTip property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique Top Gets the calculated value of the Top property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique Width Gets the calculated value of the Width property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)
Propriété publique ZIndex Gets the calculated value of the ZIndex property in a GaugePanelItem class. (hérité de GaugePanelItemInstance.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

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.

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering