Freigeben über


CodeObject-Konstruktor (String)

Initializes a new instance of the CodeObject class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    code As String _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

CodeObject Klasse

CodeObject-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace