Partager via


Classe IntProperty

Represents an integer property in the report.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition< (Of < ( <'Int32> ) > ) >
      Microsoft.ReportingServices.RdlObjectModel. . :: . .ComparablePropertyDefinition< (Of < ( <'Int32> ) > ) >
        Microsoft.ReportingServices.RdlObjectModel..::..IntProperty

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Class IntProperty _
    Inherits ComparablePropertyDefinition(Of Integer)
'Utilisation
Dim instance As IntProperty
public class IntProperty : ComparablePropertyDefinition<int>
public ref class IntProperty : public ComparablePropertyDefinition<int>
type IntProperty =  
    class
        inherit ComparablePropertyDefinition<int>
    end
public class IntProperty extends ComparablePropertyDefinition<int>

Le type IntProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique IntProperty(String, Nullable< (Of < <' (Int32> ) > > )) Creates a new instance of the IntProperty class.
Méthode publique IntProperty(String, Nullable< (Of < <' (Int32> ) > > ), Nullable< (Of < <' (Int32> ) > > ), Nullable< (Of < <' (Int32> ) > > )) Creates a new instance of the IntProperty class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Default The default value. (hérité de PropertyDefinition< (Of < ( <'T> ) > ) >.)
Propriété publique Maximum The maximum value. (hérité de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.)
Propriété publique Minimum The minimum value. (hérité de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.)
Propriété publique Name The property name. (hérité de PropertyDefinition.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Constrain Adjust a value according to the defined property constraints. (hérité de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.)
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.)
Méthode publique Validate(Object, T) Infrastructure. (hérité de ComparablePropertyDefinition< (Of < ( <'T> ) > ) >.)

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.