SSRS:Dynamically binding dataset to rdl

  • Hi

    Is there any way to bind the dataset to rdl reports dynamically in VS 2005. I am in the need to manipulate the dataset before binding the data to report.

    Any Help please

  • Hi

    I think you should probably look at creating a stored procedure that is called from the .RDL using the necessary parameters that will allow you to manipulate the dataset. The parameters could be used to generate a dynamic select statement.

    Without more information that's about as clear as I can be.

    Nigel.

    Nigel West
    UK

  • Hi

    I am using SP only. The problem is my values are encrypted at the backend.

    I have to decrypt using my own procedure before displaying in the report. Is there any way to do that?

    Soundari

  • I would have thought you would need to decrypt within the stored procedure before returning the dataset to the report, what is the problem with doing it this way?

    Nigel West
    UK

  • How can I put the names of the columns on the report table after the dataset is returned by a dynamic sql from inside a stored procedure? Thanks.

  • Hi

    Thank you Mr.Nigel. I thought it may overload the database server. Anyway now i put decrypt function in the sql server and decrypting in the SP. Working fine.

    Thank you

    Soundari

  • How can i drag the columns from the data set dynamically

Viewing 7 posts - 1 through 6 (of 6 total)

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