다음을 통해 공유


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
)

매개 변수