Partager via


IntProperty Constructeurs

Définition

Crée une instance de la classe IntProperty.

Surcharges

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.

IntProperty(String, Nullable<Int32>)

Crée une instance de la classe IntProperty.

public:
 IntProperty(System::String ^ name, Nullable<int> defaultValue);
public IntProperty (string name, int? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.IntProperty : string * Nullable<int> -> Microsoft.ReportingServices.RdlObjectModel.IntProperty
Public Sub New (name As String, defaultValue As Nullable(Of Integer))

Paramètres

name
String

Nom de la propriété.

defaultValue
Nullable<Int32>

Valeur par défaut.

S’applique à

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

Crée une instance de la classe IntProperty.

public:
 IntProperty(System::String ^ name, Nullable<int> defaultValue, Nullable<int> minimum, Nullable<int> maximum);
public IntProperty (string name, int? defaultValue, int? minimum, int? maximum);
new Microsoft.ReportingServices.RdlObjectModel.IntProperty : string * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.ReportingServices.RdlObjectModel.IntProperty
Public Sub New (name As String, defaultValue As Nullable(Of Integer), minimum As Nullable(Of Integer), maximum As Nullable(Of Integer))

Paramètres

name
String

Nom de la propriété.

defaultValue
Nullable<Int32>

Valeur par défaut.

minimum
Nullable<Int32>

Valeur minimale.

maximum
Nullable<Int32>

Valeur maximale.

S’applique à