Class ILParser
Inheritance
System.Object
ILParser
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
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 |
|