Initializes the current ScriptingOptions object witih the specified
external assemblies and namespaces.
Namespace:
C1.C1Preview.ScriptingAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Initialize( string[] externalAssemblies, string[] namespaces ) |
Visual Basic |
---|
Public Sub Initialize ( _ externalAssemblies As String(), _ namespaces As String() _ ) |
Parameters
- externalAssemblies
- Type: array<System..::..String>[]()[][]
An array of assembly names that are added to ExternalAssemblies on the current object.
- namespaces
- Type: array<System..::..String>[]()[][]
An array of namespace names that are added to Namespaces on the current object.