Reporting services report launced from Dynamics NAV

kasvince
kasvince Member Posts: 9
edited 2008-08-01 in SQL General
Hi€ everybody, i'm new with this community and Nav too.
I've a problem: I'm looking for a solution about launching a report of MS SQL Reporting services directly from Dynamics NAV (as press preview button in Sales Invoice) passing parameters too. I'vent found any help.
Do you know any solution?
Sry for my bad english.

Thanks in advantage

Massimiliano

Comments

  • garak
    garak Member Posts: 3,263
    Do you make it right, it works too!
  • kasvince
    kasvince Member Posts: 9
    righ. but.. how can i launch that report from navision (without open browser)?
  • garak
    garak Member Posts: 3,263
    you call the url (hyperlink(YourURLToYourSSISServer)
    Do you make it right, it works too!
  • kriki
    kriki Member, Moderator Posts: 9,121
    [Topic moved from Upcoming version NAV forum to SQL General forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • kasvince
    kasvince Member Posts: 9
    it works!
    i use hyperlink(http:/server/virtual server directory (no report management).......... &parameters1=value1&param2=value2..) does anoter solution exist??
  • garak
    garak Member Posts: 3,263
    you can encrypt the parameterstring and decrypt on SSIS
    Do you make it right, it works too!