[]
Adds additional valid script code to the scripting context of the report. The AddCode method allows complete functions to be added to a report's script at runtime. The added functions can be called from the report events in the script.
public void AddCode(string script)
Type | Name | Description |
---|---|---|
string | script | A string value that contains the user script. |