why us report services ''expressions''?? isn''t there a way to use just TSQL as usual?

  • 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?

    _________________________

  • Reporting Services only recognizes VB.NET expressions within the report designer.  TSQL commands are valid only within the query.

  • ok.. well now i know.

    thanks for the post

    _________________________

  • you'd have to set up a new data source to run sql queries

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply