Interface IScriptChecker
Interface for overriding the standard check of the report script IsValid(Language, String, String[], Report)
Namespace: FastReport.Web
Assembly: FastReport.Web.dll
Syntax
public interface IScriptChecker
Methods
IsValid(Language, String, String[], Report)
Method for checking the report script
Declaration
bool IsValid(Language lang, string reportScript, string[] references, Report report)
Parameters
| Type | Name | Description |
|---|---|---|
| Language | lang | Report script language |
| System.String | reportScript | Report script |
| System.String[] | references | Referenced assemblies |
| Report | report | Report |
Returns
| Type | Description |
|---|---|
| System.Boolean | Returns true if the report passed the validation check |