IntProperty Classe

Définition

Représente une propriété entière dans le rapport.

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)
Héritage

Constructeurs

IntProperty(String, Nullable<Int32>)

Crée une instance de la classe IntProperty.

IntProperty(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Crée une instance de la classe IntProperty.

Propriétés

Default

Obtient la valeur par défaut de la propriété.

(Hérité de PropertyDefinition<T>)
Maximum

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
Minimum

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
Name

Nom de la propriété.

(Hérité de PropertyDefinition)

Méthodes

Constrain(T)

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
Validate(Object, ReportExpression<T>)

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
Validate(Object, String)

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
Validate(Object, T)

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)

Implémentations d’interfaces explicites

IPropertyDefinition.Default

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
IPropertyDefinition.Maximum

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
IPropertyDefinition.Minimum

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)
IPropertyDefinition.Validate(Object, Object)

Représente une propriété entière dans le rapport.

(Hérité de ComparablePropertyDefinition<T>)

S’applique à