IntProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an integer property in the report.
public ref class IntProperty : Microsoft::ReportingServices::RdlObjectModel::ComparablePropertyDefinition<int>
public class IntProperty : Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<int>
type IntProperty = class
inherit ComparablePropertyDefinition<int>
Public Class IntProperty
Inherits ComparablePropertyDefinition(Of Integer)
- Inheritance
Constructors
| IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Creates a new instance of the IntProperty class. |
| IntProperty(String, Nullable<Int32>) |
Creates a new instance of the IntProperty class. |
Properties
| Default |
Gets the default value of the property. (Inherited from PropertyDefinition<T>) |
| Maximum | (Inherited from ComparablePropertyDefinition<T>) |
| Minimum | (Inherited from ComparablePropertyDefinition<T>) |
| Name |
The property name. (Inherited from PropertyDefinition) |
Methods
| Constrain(T) | (Inherited from ComparablePropertyDefinition<T>) |
| Validate(Object, ReportExpression<T>) | (Inherited from ComparablePropertyDefinition<T>) |
| Validate(Object, String) | (Inherited from ComparablePropertyDefinition<T>) |
| Validate(Object, T) | (Inherited from ComparablePropertyDefinition<T>) |
Explicit Interface Implementations
| IPropertyDefinition.Default | (Inherited from ComparablePropertyDefinition<T>) |
| IPropertyDefinition.Maximum | (Inherited from ComparablePropertyDefinition<T>) |
| IPropertyDefinition.Minimum | (Inherited from ComparablePropertyDefinition<T>) |
| IPropertyDefinition.Validate(Object, Object) | (Inherited from ComparablePropertyDefinition<T>) |