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
)
参数
- code
类型:System.String
The custom code.