Search Results for

    Show / Hide Table of Contents

    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

    Back to top © 1998-2025 Copyright Fast Reports Inc.