Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.