Adds a reference to the specified assembly to be loaded into the scripting run-time context.
[Visual Basic]
Public Sub AddScriptReference( _
ByVal scriptRef As String _
)
[C#]
public void AddScriptReference(
string scriptRef
);
ActiveReports loads assemblies that are referenced in the application. You can use this method to add additional assemblies to be used in scripting that are not part of the application running the report.
[C#]
private void runReport() |
[Visual Basic]
Private Sub runReport() |
ActiveReport Class | ActiveReport Members | AddNamedItem | Script | AddCode
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.