Dynamic Report Connection using Shared datasource

  • I have approx 50 + reports where in I need to connect to the database dynamically based upon specific time frame.

    I do not want to change the RDL's .

    In the BIS 2005 when i run the report and create a dynamic data source. The connection works. But When i deploy the report and create the dynamic data source with the string it doesnt work.

    The code for the same is below:

    ="Data Source="+ iif(TimeString() < "15:00:00","datasourceName1","datasourceName2") + ";Initial Catalog=catalogname;"

  • Dynamic Connection Strings are not possible with Shared Connections. These need to be set at the report level

    My blog: jetlounge.net

  • any alternate way to make chnages

    prob using some .net scripts at report manager level.

    i do not want to touch the reports

  • Not possible with Report Manager. You would have to build your own rendering front end to control that...but it would still be easier to touch 50 reports.

    My blog: jetlounge.net

  • Can you please explain how this could be done.

    Thanks

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

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