Konstruktor IntProperty (String, Nullable<Int32>)
Tworzy nowe wystąpienie IntProperty klasy
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of Integer) _
)
'Użycie
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>
)
Parametry
- name
Typ: System.String
Nazwa właściwość.
- defaultValue
Typ: System.Nullable<Int32>
Wartość domyślna.
Zobacz także