Partager via


Classe IntProperty

Represents an integer property in the report.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans 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>

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.