Partager via


Constructeur CodeObject (String)

Initializes a new instance of the CodeObject class.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    code As String _
)
'Utilisation
Dim code As String

Dim instance As New CodeObject(code)
public CodeObject(
    string code
)
public:
CodeObject(
    String^ code
)
new : 
        code:string -> CodeObject
public function CodeObject(
    code : String
)

Paramètres