Costruttore StringProperty

Creates a new instance of the StringProperty class.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    defaultValue As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

StringProperty Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel