Friday, February 24, 2012

C# Front end for MRS

Hi
I'm a complete newbie to C# and Rep Services, however i have a report
running on my localhost via a Web application created in C#. All fairly
simple stuff so far.
What I cannot get right is a simple task of setting, say, one of the Report
params from within the C# code. In other words, i don't want to use the
param front end Rep Services provides.
Does anyone have links or code samples that show a simple web application
providing param inputs with a "run" button that goes off and launches the RS
Report?
Thanks
MikeRS works as a Web Service - so you need to add the appropriate web reference
to your C# application, then read up on the API. The sample app
FindRenderSave includes code to create a useful wrapper class to invoke
reports.
brian
"Mike" <mike.cornell@.interactivesa.co.za> wrote in message
news:#zBhmuErEHA.536@.TK2MSFTNGP11.phx.gbl...
> Hi
> I'm a complete newbie to C# and Rep Services, however i have a report
> running on my localhost via a Web application created in C#. All fairly
> simple stuff so far.
> What I cannot get right is a simple task of setting, say, one of the
Report
> params from within the C# code. In other words, i don't want to use the
> param front end Rep Services provides.
> Does anyone have links or code samples that show a simple web application
> providing param inputs with a "run" button that goes off and launches the
RS
> Report?
> Thanks
> Mike
>

No comments:

Post a Comment