Compartilhar via


Construtor IntProperty (String, Nullable<Int32>)

Creates a new instance of the IntProperty class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    defaultValue As Nullable(Of Integer) _
)
'Uso
Dim name As String 
Dim defaultValue As Nullable(Of Integer)

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

Parâmetros

Consulte também

Referência

IntProperty Classe

Sobrecarregado IntProperty

Namespace Microsoft.ReportingServices.RdlObjectModel