IntProperty クラスの新しいインスタンスを作成します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of Integer) _
)
'使用
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>
)
パラメーター
- name
型: System.String
プロパティの名前。
- defaultValue
型: System.Nullable<Int32>
既定値。