IntProperty 构造函数 (String, Nullable<Int32>)
Creates a new instance of the IntProperty class.
命名空间: 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
The name of the property.
- defaultValue
类型:System.Nullable<Int32>
The default value.