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

Creates a new instance of the IntProperty class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    defaultValue As Nullable(Of Integer), _
    minimum As Nullable(Of Integer), _
    maximum As Nullable(Of Integer) _
)
'Utilizzo
Dim name As String 
Dim defaultValue As Nullable(Of Integer)
Dim minimum As Nullable(Of Integer)
Dim maximum As Nullable(Of Integer)

Dim instance As New IntProperty(name, defaultValue, _
    minimum, maximum)
public IntProperty(
    string name,
    Nullable<int> defaultValue,
    Nullable<int> minimum,
    Nullable<int> maximum
)
public:
IntProperty(
    String^ name, 
    Nullable<int> defaultValue, 
    Nullable<int> minimum, 
    Nullable<int> maximum
)
new : 
        name:string * 
        defaultValue:Nullable<int> * 
        minimum:Nullable<int> * 
        maximum:Nullable<int> -> IntProperty
public function IntProperty(
    name : String, 
    defaultValue : Nullable<int>, 
    minimum : Nullable<int>, 
    maximum : Nullable<int>
)

Parametri

Vedere anche

Riferimento

IntProperty Classe

Overload IntProperty

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel