Friday, March 9, 2012

I need to startup a windows application with parameters passed from SRS

Is there any way to start up a windows application and pass parameters from a
report. I know its a long shot but I am sure somebody knows how to do this.
--
Gene Hunter
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-reporting/200508/1Sure.
Write some custom code in an assembly that you link to your report. Then in
your report call a function on the assembly to run your app. Since this is
.NET code, you have access to the Process object which you can use to start
the process.
"gene hunter via SQLMonster.com" wrote:
> Is there any way to start up a windows application and pass parameters from a
> report. I know its a long shot but I am sure somebody knows how to do this.
> --
> Gene Hunter
>
> Message posted via SQLMonster.com
> http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-reporting/200508/1
>

No comments:

Post a Comment