Hello all,
This is a really dumb question and I am sure that the answer is No, but I
have to ask it to see what other options/solutions might be available to me.
A client currently uses a Crystal Report Viewer control that allows users to
email an exported report from a desktop application. They want to move to
SSRS 2005, with a ASP.NET 2.0 front end. I would like to use the Report
Viewer control that comes with ASP.NET 2.0.
Is there any way to get a report, which is created dynamically (the rdl is
created dynamically based on user preferences and doesn't "live" on the
reporting services server) emailed to a list of email addresses?
Since the report is created dynamically and doesn't live on the Reporting
Services Server, it doesn't look like scheduling is an option...
Thanks!
-BrianThis is not directly supported, but you could support it in some fashion in
your app. Just place a button in you app to email the report. Then call
RenderReport on the viewer object and render to the desired format (not html
since there is no server for the images, but pdf or excell will work). Your
app can then just email the report. Of course your app needs to handle
setting up the connection to the smtp server to send the email, but you
could probably hook into outlook if you really needed to.
I hope that help.s
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"brianpmccullough" <bmccullough11@.comcast.net> wrote in message
news:3B131BB4-2517-42E0-A47E-CD59003ABC0C@.microsoft.com...
> Hello all,
> This is a really dumb question and I am sure that the answer is No, but I
> have to ask it to see what other options/solutions might be available to
> me.
> A client currently uses a Crystal Report Viewer control that allows users
> to
> email an exported report from a desktop application. They want to move to
> SSRS 2005, with a ASP.NET 2.0 front end. I would like to use the Report
> Viewer control that comes with ASP.NET 2.0.
> Is there any way to get a report, which is created dynamically (the rdl is
> created dynamically based on user preferences and doesn't "live" on the
> reporting services server) emailed to a list of email addresses?
> Since the report is created dynamically and doesn't live on the Reporting
> Services Server, it doesn't look like scheduling is an option...
> Thanks!
> -Brian|||Hi,
Also have a look at creating your own export extensions. It may initially be
long-winded but you could get it to do exactly what you want it to.
Regards
John.
"brianpmccullough" <bmccullough11@.comcast.net> wrote in message
news:3B131BB4-2517-42E0-A47E-CD59003ABC0C@.microsoft.com...
> Hello all,
> This is a really dumb question and I am sure that the answer is No, but I
> have to ask it to see what other options/solutions might be available to
> me.
> A client currently uses a Crystal Report Viewer control that allows users
> to
> email an exported report from a desktop application. They want to move to
> SSRS 2005, with a ASP.NET 2.0 front end. I would like to use the Report
> Viewer control that comes with ASP.NET 2.0.
> Is there any way to get a report, which is created dynamically (the rdl is
> created dynamically based on user preferences and doesn't "live" on the
> reporting services server) emailed to a list of email addresses?
> Since the report is created dynamically and doesn't live on the Reporting
> Services Server, it doesn't look like scheduling is an option...
> Thanks!
> -Brian
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment