[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.AddCode

AddCode Method

AddCode(string)

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.

Declaration
public void AddCode(string script)
Parameters
Type Name Description
string script

A string value that contains the user script.