Search Results for

    Show / Hide Table of Contents

    Class ILParser

    Inheritance
    System.Object
    ILParser
    Namespace: FastReport.Code.ReflectionEmit
    Assembly: FastReport.dll
    Syntax
    public abstract class ILParser

    Methods

    CompileExpression(String, Type[])

    Declaration
    protected abstract MethodInfo CompileExpression(string expression, Type[] argTypes)
    Parameters
    Type Name Description
    System.String expression
    System.Type[] argTypes
    Returns
    Type Description
    System.Reflection.MethodInfo

    Create(Report)

    Declaration
    public static ILParser Create(Report report)
    Parameters
    Type Name Description
    Report report
    Returns
    Type Description
    ILParser

    StartDynamic(String, Report, Variant)

    Declaration
    public object StartDynamic(string expression, Report report, Variant value)
    Parameters
    Type Name Description
    System.String expression
    Report report
    Variant value
    Returns
    Type Description
    System.Object
    Back to top © 1998-2025 Copyright Fast Reports Inc.