MindFusion.Reporting for Silverlight Programmer's Guide
Compiler.Compile Method
See Also
 





Compiles a string expression into ByteCode.

 Overload List

Name Description

Compiler.Compile (String)

Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its Evaluate method.

Compiler.Compile (String, Boolean)

Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its Evaluate method.

Compiler.Compile (String, CompileOptions)

Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its Evaluate method.

 See Also

Compiler Members
Compiler Class
MindFusion.Scripting Namespace