Fast Report Expressions
Hi,
I have been trying to use Fast Report Expression Editor, but I don't know what syntax should I follow, is there any help guide or example on how to use the Expression syntax!!! For example i use this:
Date([Command.starttime]);
And it gives me error!!!!! Why? This is the most simple expression, just format the date from that field!
As well It would be good to have a color editor with syntax checker, instead of the current one.
Please, advice on how to get the most out of Expressions, this is the most valuable for everyone.
Thanks
I have been trying to use Fast Report Expression Editor, but I don't know what syntax should I follow, is there any help guide or example on how to use the Expression syntax!!! For example i use this:
Date([Command.starttime]);
And it gives me error!!!!! Why? This is the most simple expression, just format the date from that field!
As well It would be good to have a color editor with syntax checker, instead of the current one.
Please, advice on how to get the most out of Expressions, this is the most valuable for everyone.
Thanks
Comments
Expressions are described in the user's manual (the "Expressions" chapter).
What is "Date" in your expression? There is no such method in .Net. If you want to extract the year from your DateTime column, use the following expression:
[Command.starttime].Year