Share via


IntProperty Class

Represents an integer property in the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.