Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new instance of the StringProperty class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
defaultValue As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The property name.
- defaultValue
Type : System.String
The default value.