Initializes a new instance of the ExpressionExtension class using the specified expression.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public ExpressionExtension ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The initial source code of the expression.
RemarksFor more information about expression syntax and functions, check Expressions.
See Also