Tuesday, March 20, 2012

automatic report printing - sp2

Hi,
Is it possible to print the report automatically as it loads?
Shimonthere is a sample to add a delivery extension to print a report.
but this works for scheduled reports.
SP2 allow the end user to directly print the report without having to export
it in PDF format.
"'? ?." <@.discussions.microsoft.com> wrote in message
news:37A5CE58-ADFF-4FAC-B04F-519D7143E7C9@.microsoft.com...
> Hi,
> Is it possible to print the report automatically as it loads?
> Shimon|||I know there is a new option to directly print the report.
My question is: can I invoke the print action directly when the report loads
- without the need to press the print button?
"Jéjé" wrote:
> there is a sample to add a delivery extension to print a report.
> but this works for scheduled reports.
> SP2 allow the end user to directly print the report without having to export
> it in PDF format.
> "'? ?." <@.discussions.microsoft.com> wrote in message
> news:37A5CE58-ADFF-4FAC-B04F-519D7143E7C9@.microsoft.com...
> > Hi,
> >
> > Is it possible to print the report automatically as it loads?
> >
> > Shimon
>
>|||sorry, but I don't see any rs command to render to the printer directly.
The current print preview & print functionality is an ActiveX control.
I presume that this ActiveX simply call reportserver to generates a TIFF
image (or PDF or any other format) and send it the printer.
Its a client side event and action, not a server side generation.
"'? ?." <@.discussions.microsoft.com> wrote in message
news:062F8D4D-EEE7-4400-AC10-147363442D37@.microsoft.com...
>I know there is a new option to directly print the report.
> My question is: can I invoke the print action directly when the report
> loads
> - without the need to press the print button?
> "Jéjé" wrote:
>> there is a sample to add a delivery extension to print a report.
>> but this works for scheduled reports.
>> SP2 allow the end user to directly print the report without having to
>> export
>> it in PDF format.
>> "'? ?." <@.discussions.microsoft.com> wrote in message
>> news:37A5CE58-ADFF-4FAC-B04F-519D7143E7C9@.microsoft.com...
>> > Hi,
>> >
>> > Is it possible to print the report automatically as it loads?
>> >
>> > Shimon
>>|||This could probably be made to work if the report web page was hosted by
another controlling app. E.g. if it is a frame in a larger web page than
the controlling page could trigger the print. Or if it's a vb app with a
web browser control, then the exe can control what occurs on the web page.
"'? ?." <@.discussions.microsoft.com> wrote in message
news:37A5CE58-ADFF-4FAC-B04F-519D7143E7C9@.microsoft.com...
> Hi,
> Is it possible to print the report automatically as it loads?
> Shimon

No comments:

Post a Comment