Gets or sets the expression source code.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public string Expression { set; } |
Visual Basic
Copy Code
|
|---|
Public Property Expression As String |
A string specifying the expression.
RemarksFor more information about expression syntax and functions, check Expressions.
See Also