R
Rich P
I have the following expression that I used in a textbox for Sql Server
Reporting Services 2000. I upgraded to Reporting Services 2005, and
this syntax does not seem to be supported. Does anyone know what the
correct syntax would be?
=String.Format("{0} {1}", new object() {
Parameters!ListNo.Value, Parameters!ListSub.Value}
)
This expressions still works in the Reporting Services 2000 report -
just not in the Reporting Services 2005 report.
Thanks,
Rich
Reporting Services 2000. I upgraded to Reporting Services 2005, and
this syntax does not seem to be supported. Does anyone know what the
correct syntax would be?
=String.Format("{0} {1}", new object() {
Parameters!ListNo.Value, Parameters!ListSub.Value}
)
This expressions still works in the Reporting Services 2000 report -
just not in the Reporting Services 2005 report.
Thanks,
Rich