Generic option for passing value in allreports of a report project

  • Hi,

    I created a report which will give you data of charts in excel format of report by using 'Export to excel' render functionality directly by clicking on a text in the main report.

    In detail:

    Let us report-A is having 3 charts. i have to get data of these charts.

    so, i created report-B having the data of these charts .

    Now, i wrote an expression for a text box in report-A which will render the export to excel of report-B directly clicking on this text in report-A.

    Expression:

    ="http://reportserver?/reportfolder/reportname&Parameter1=" + Parameters!Parameter1.Value + "&rs:Format=Excel"

    Problem:

    Now i have multiple reports and may use different servers in using this functionality.

    Is there any generic option( like ..passing a global variables for all reports) to limit the rework (changing reportserver,reportfolder for every report before deploying )in developing the reports.

    something like...

    =variable1.value//reportname&Parameter1=" + Parameters!Parameter1.Value + "&rs:Format=Excel"

    Thanks in advance,

    santhu.

  • Duplicate post. Please answer here: http://www.sqlservercentral.com/Forums/Topic593709-1063-1.aspx

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

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