I am trying to run a report from command line using the "rs" utility in
Reporting Services 2005 and I get an error saying that Render is not a member
of 'Microsoft.SqlServer.ReportingServices2005.ReportingService2005'. Anyone
any ideas what I am missing? Thanks for any help.Please help!! I am stuck.
"KMP" wrote:
> I am trying to run a report from command line using the "rs" utility in
> Reporting Services 2005 and I get an error saying that Render is not a member
> of 'Microsoft.SqlServer.ReportingServices2005.ReportingService2005'. Anyone
> any ideas what I am missing? Thanks for any help.|||The version of rs.exe that ships with SQL 2005 is configured to run against
the new 2005 management SOAP endpoint by default. The old 2000 endpoint is
still supported. Just add -e mgmt2000 to the command line to use the old
endpoint. You can get more information on this option by running rs.exe /?
or in the MSDN help files.
"KMP" wrote:
> I am trying to run a report from command line using the "rs" utility in
> Reporting Services 2005 and I get an error saying that Render is not a member
> of 'Microsoft.SqlServer.ReportingServices2005.ReportingService2005'. Anyone
> any ideas what I am missing? Thanks for any help.|||That was it. Thank you so much.
I don't understand the endpoint stuff. Can you point me to the right place
where I can find more about endpoints (very basic stuff I guess)?
"PRA Group" wrote:
> The version of rs.exe that ships with SQL 2005 is configured to run against
> the new 2005 management SOAP endpoint by default. The old 2000 endpoint is
> still supported. Just add -e mgmt2000 to the command line to use the old
> endpoint. You can get more information on this option by running rs.exe /?
> or in the MSDN help files.
>
> "KMP" wrote:
> > I am trying to run a report from command line using the "rs" utility in
> > Reporting Services 2005 and I get an error saying that Render is not a member
> > of 'Microsoft.SqlServer.ReportingServices2005.ReportingService2005'. Anyone
> > any ideas what I am missing? Thanks for any help.
Showing posts with label rsrender. Show all posts
Showing posts with label rsrender. Show all posts
Tuesday, March 20, 2012
rs.render (programmagically the fastest way to printer HELP)
I have written a c# app that renders in real time the RS Reports in an
'EMF' memory stream straight to the printer.
Would it be faster to stream them to a file and then send to the
printer? Streaming straight to the printer is VERY slow!
Thanks,
TrintI would be interested in your solution, and whether you found a faster way. I
need to be able to stream reports directly to a user's default printer and
need to find an effective way to do that. Can you help?
--
Thanks,
CGW
"trint" wrote:
> I have written a c# app that renders in real time the RS Reports in an
> 'EMF' memory stream straight to the printer.
> Would it be faster to stream them to a file and then send to the
> printer? Streaming straight to the printer is VERY slow!
> Thanks,
> Trint
>
'EMF' memory stream straight to the printer.
Would it be faster to stream them to a file and then send to the
printer? Streaming straight to the printer is VERY slow!
Thanks,
TrintI would be interested in your solution, and whether you found a faster way. I
need to be able to stream reports directly to a user's default printer and
need to find an effective way to do that. Can you help?
--
Thanks,
CGW
"trint" wrote:
> I have written a c# app that renders in real time the RS Reports in an
> 'EMF' memory stream straight to the printer.
> Would it be faster to stream them to a file and then send to the
> printer? Streaming straight to the printer is VERY slow!
> Thanks,
> Trint
>
Subscribe to:
Posts (Atom)