Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Print Dialog in webreport

edited August 2007 in General
Hi,

This is Mallik. I am using report builder server 7 with dephi .net
professional. I developed one report in my web application but that report
is not showing print dialog when I open report in browser. I already set
Allow print to file - true in report template component. Any one give idea
to solve this problem.


Thanks&Regards,
Mallik.



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited August 2007

    The Live Report Server Demo on our web site shows an example of providing
    support for printing via web browsers. Rather than a print dialog, the Print
    button is generates a PDF document that can be printed or saved to the
    user's machine.

    www.digital-metaphors.com/RBServerLive

    ---------------------------------------------------
    Tech Tip: Printing from the RB Web Report Viewer
    ---------------------------------------------------

    The WebTier is designed so that you can easily add a 'Print' button to the
    web report viewer toolbar. The Print button enables the user to generate a
    PDF document that can be printed to their local printer.

    The following PDF export solutions are available for ReportBuilder

    a. Default - included with RB version 9 and later
    b. Waler - www.waler.com
    c. Gnostice - www.gnsotice.com
    d. Pragnaan - www.pragnaan.com


    RB Server includes adapter classes to support the PDF solutions mentioned
    above. To add a 'Print' button to the web report viewer you include one of
    the following units in the 'uses' clause of the web module containing the
    WebTier component.


    a. rsWebAdapterPDF - web adapter class for built-in RB PDF export
    b. rsWebAdapterPDFWaler - web adapter class for Waler PDF
    c. rsWebAdapterPDFGnostice - web adapter class for Gnostice PDF
    d. rsWebAdapterPDFPragnaan - web adapter class for Pragnaan PDF


    For an example see RBServer\Demos\Web Tier\ISAPI\WebModule.pas. There are
    comments at the top of the unit that explain what to do.




    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.