How to format text in expression editor?
Posted: Thu Dec 11, 2008 10:54 am
I know that I can right-click a text box and select a text format. However, I notice that if the expression contains two parameters, then the formatting is ignored.
For example, if the expression for a text box contains:
Run Date: {Table1.Parameters["@startDate"].ParameterValue} - {Table1.Parameters["@endDate"].ParameterValue}
and if I set the format to Date, it still shows 12/11/2008 12:23 pm
If each are in the their own text box, formatting works. But I want it in a continuous string for looks purposes.
Can you format in the expression for date?
For example, if the expression for a text box contains:
Run Date: {Table1.Parameters["@startDate"].ParameterValue} - {Table1.Parameters["@endDate"].ParameterValue}
and if I set the format to Date, it still shows 12/11/2008 12:23 pm
If each are in the their own text box, formatting works. But I want it in a continuous string for looks purposes.
Can you format in the expression for date?