Konstruktor StringProperty
Tworzy nowe wystąpienie StringProperty klasy
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Sub New ( _
name As String, _
defaultValue As String _
)
'Użycie
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
)
Parametry
- name
Typ: System.String
Nazwa właściwość.
- defaultValue
Typ: System.String
Wartość domyślna.
Zobacz także