Wednesday, March 21, 2012

saving a report using a url...

Is it possible for me to send from my c#.net file a url that will
render the report as a .tiff image and save it all at once without
displaying it on the screen?
I need to creat a series of these kinds of reports.
Thanks,
TrintI'm not sure I completely understand your question, but you can always call
the Render method or use a WebRequest object to get the report and then have
your code save the report directly.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"trint" <trinity.smith@.gmail.com> wrote in message
news:1106323603.085689.157950@.c13g2000cwb.googlegroups.com...
> Is it possible for me to send from my c#.net file a url that will
> render the report as a .tiff image and save it all at once without
> displaying it on the screen?
> I need to creat a series of these kinds of reports.
> Thanks,
> Trint
>

No comments:

Post a Comment