IntProperty Class
Represents an integer property in the report.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<Int32>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<Int32>
Microsoft.ReportingServices.RdlObjectModel.IntProperty
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>
The IntProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IntProperty(String, Nullable<Int32>) | Creates a new instance of the IntProperty class. | |
IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) | Creates a new instance of the IntProperty class. |
Top
Properties
Name | Description | |
---|---|---|
Default | The default value. (Inherited from PropertyDefinition<T>.) | |
Maximum | The maximum value. (Inherited from ComparablePropertyDefinition<T>.) | |
Minimum | The minimum value. (Inherited from ComparablePropertyDefinition<T>.) | |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Methods
Name | Description | |
---|---|---|
Constrain | Adjust a value according to the defined property constraints. (Inherited from ComparablePropertyDefinition<T>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate(Object, T) | Infrastructure. (Inherited from ComparablePropertyDefinition<T>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IPropertyDefinition.Default | (Inherited from ComparablePropertyDefinition<T>.) | |
IPropertyDefinition.Maximum | (Inherited from ComparablePropertyDefinition<T>.) | |
IPropertyDefinition.Minimum | (Inherited from ComparablePropertyDefinition<T>.) | |
IPropertyDefinition.Validate | (Inherited from ComparablePropertyDefinition<T>.) |
Top
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.