Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
The following table contains predefined and user-defined operators that LINQ Reporting Engine enables you to use in template expressions.
Primary | x.y x?.y f(x) a[x] a?[x] new |
Unary | - ! ~ (T)x |
Binary | * / % + - << >> < > <= >= == != & ^ | && | | ?? |
Ternary | ?: |
The engine follows operator precedence, associativity, and overload resolution rules declared at C# Language Specification 5.0 while evaluating template expressions. But be aware of the following limitations in the behavior comparing with the specification:
Also, the engine enables you to use lifted operators in template expressions.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.