| Visual Basic (Declaration) | |
|---|---|
Public Sub AddCode( _ ByVal script As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void AddCode( string script ) | |
Parameters
- script
- Script code written in the specified report scripting language.
| C# | Copy Code |
|---|---|
public string addThisCode() | |
| Visual Basic | Copy Code |
|---|---|
Public Function addThisCode() As String | |
This method is typically used when executing stand-alone reports that are not compiled into the application. Injected code allows the report to access features such as custom calculation functions and data access modules in the calling application.