다음을 통해 공유


CodeObject 생성자 (String)

Initializes a new instance of the CodeObject class.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Sub New ( _
    code As String _
)
‘사용 방법
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
)

매개 변수