parametrized report is not displaying results

  • I am trying to generate parametrized report using "report wizard" using the query

    SELECT* FROM Person.Contact WHERE FirstName=@FirstName AND MiddleName=@MiddleName

    when you pass parameters report displays only header not the results.

    Can any body tell what is the problem faced here

  • What happens when you directly execute the dataset with the same parameters?

  • do u get data when u do it with the dataset ?

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

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