StringProperty クラスの新しいインスタンスを作成します。
名前空間: 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
プロパティ名。
- defaultValue
型: System.String
既定値。