Monday, March 26, 2012

Print

How to incoporate with vs application using soap method please guide me
advance thanks
RajaI'm not exactly sure what you are asking. You want to use the print control
object via SOAP? This can't be done, it is an activeX control and it uses
URL access to render reports.
You can create your own printing logic and call SOAP to render each page in
the format you wish to use for printing. The control uses EMF and then uses
GDI to print to the printer.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Raja Mohamed" <Raja@.photoninfotech.com> wrote in message
news:Opv2c$hSFHA.720@.TK2MSFTNGP10.phx.gbl...
> How to incoporate with vs application using soap method please guide me
> advance thanks
> Raja
>|||Actually, in the ReadME it talks about the RSClientPrint object in the API.
I guess this isn't a web service, but it's how to Print the report other
than the URL Access method.
- Joel
"Daniel Reib (MSFT)" <danreib@.online.microsoft.com> wrote in message
news:ekO0Bp1SFHA.3308@.TK2MSFTNGP14.phx.gbl...
> I'm not exactly sure what you are asking. You want to use the print
> control object via SOAP? This can't be done, it is an activeX control and
> it uses URL access to render reports.
> You can create your own printing logic and call SOAP to render each page
> in the format you wish to use for printing. The control uses EMF and then
> uses GDI to print to the printer.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Raja Mohamed" <Raja@.photoninfotech.com> wrote in message
> news:Opv2c$hSFHA.720@.TK2MSFTNGP10.phx.gbl...
>> How to incoporate with vs application using soap method please guide me
>> advance thanks
>> Raja
>|||Yes, the RSClientPrint object can be used in your own html. You just need
to set the object tag and call the method correctly.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Joel Rumerman" <JRumerman@.prometheuslabs.com> wrote in message
news:uNCV8x2SFHA.3228@.TK2MSFTNGP10.phx.gbl...
> Actually, in the ReadME it talks about the RSClientPrint object in the
> API. I guess this isn't a web service, but it's how to Print the report
> other than the URL Access method.
> - Joel
>
> "Daniel Reib (MSFT)" <danreib@.online.microsoft.com> wrote in message
> news:ekO0Bp1SFHA.3308@.TK2MSFTNGP14.phx.gbl...
>> I'm not exactly sure what you are asking. You want to use the print
>> control object via SOAP? This can't be done, it is an activeX control
>> and it uses URL access to render reports.
>> You can create your own printing logic and call SOAP to render each page
>> in the format you wish to use for printing. The control uses EMF and
>> then uses GDI to print to the printer.
>> --
>> -Daniel
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Raja Mohamed" <Raja@.photoninfotech.com> wrote in message
>> news:Opv2c$hSFHA.720@.TK2MSFTNGP10.phx.gbl...
>> How to incoporate with vs application using soap method please guide me
>> advance thanks
>> Raja
>>
>|||daniel can u plz post a simple example of html that uses rsclientprint
activex control and its print method i ll b greatful
moreover plz let me know that either i need anyother file to use that
control than rsclientprint.dll
thanx in advance
--
Message posted via http://www.sqlmonster.com|||There is sample code in the readme for using the print control in html. You
need all of the assemblies in the .cab file for the print control to work.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Muhammad Hammad via SQLMonster.com" <forum@.SQLMonster.com> wrote in message
news:a9250f7bbde844ebb135df6dc0b9d738@.SQLMonster.com...
> daniel can u plz post a simple example of html that uses rsclientprint
> activex control and its print method i ll b greatful
> moreover plz let me know that either i need anyother file to use that
> control than rsclientprint.dll
> thanx in advance
> --
> Message posted via http://www.sqlmonster.com

No comments:

Post a Comment