次の方法で共有


StringProperty コンストラクター

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
)

パラメーター

関連項目

参照

StringProperty クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間