is there a way i can use tsql instead of expressions?
from design view; i have a text box that i dragged onto my report,
and then under the properties -> expression area i typed in the following:
select serverproperty ('machinename')
since the data source is already setup shouldn't this work? i'm getting
errors cause it's not a "Valid" expression. if i can't use tsql how do
i affectively convert the tsql to a proper expression?
thoughts?
_________________________