How to pass parameter from console to .rpt report ?

  • Experts,

    I have a report made using SSRS 2008. This report is called from Symantec Altiris console.

    (It's nothing but an ASP.dotnet application from Symantec). Requirement is that this .rpt is file is called from many

    folders created for different countries. Based on the location it's called from I need to filter some of the parameters.

    Can anyone guide me how can I acieve it ? Is it possible at first place ? Console cannot be modified as it's from Vendor.

    Thanks in advance.

    San.

  • Joy Smith San (11/30/2012)


    Experts,

    I have a report made using SSRS 2008. This report is called from Symantec Altiris console.

    (It's nothing but an ASP.dotnet application from Symantec). Requirement is that this .rpt is file is called from many

    folders created for different countries. Based on the location it's called from I need to filter some of the parameters.

    Can anyone guide me how can I acieve it ? Is it possible at first place ? Console cannot be modified as it's from Vendor.

    Thanks in advance.

    San.

    How console executes your report? rs.exe? If yes, you can use global variables (parameters) : http://msdn.microsoft.com/en-us/library/ms162839.aspx

    If console does it via webservice then use the following methods:

    http://msdn.microsoft.com/en-us/library/ms155118.aspx

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]

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

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