Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
)
Parameters
- code
Type: System.String
The custom code.