Compartir a través de


StringProperty Constructor

Creates a new instance of the StringProperty class.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    defaultValue As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

StringProperty Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel