StringProperty 建構函式
Creates a new instance of the StringProperty class.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Sub New ( _
name As String, _
defaultValue As String _
)
'用途
Dim name As String
Dim defaultValue As String
Dim instance As New StringProperty(name, defaultValue)
public StringProperty(
string name,
string defaultValue
)
public:
StringProperty(
String^ name,
String^ defaultValue
)
new :
name:string *
defaultValue:string -> StringProperty
public function StringProperty(
name : String,
defaultValue : String
)
參數
- name
型別:System.String
The property name.
- defaultValue
型別:System.String
The default value.