Condividi tramite


Classe IntProperty

Represents an integer property in the report.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class IntProperty _
    Inherits ComparablePropertyDefinition(Of Integer)
'Utilizzo
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>

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.