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

Looking for ideas / suggestions: asp.net

edited August 2004 in General
Hello,

I have one report that needs to be available to customers via an asp.net
application. It is crutial that while printing the report, the dimentions
be as accurate as possible.

I am thinking about exporting the report as pdf so the user can just print
it from within their browsers via adobe acrobat reader.

My problem is that I cannot think of a way to "export" this report to the
users of this web app unless I used a Delphi 7 ISAPI and export the report
as a stream back to the client.

I know of RB server, but I don't want the customer to have to pay $$$$ just
for this single report.

Any suggestions/ ideas greatly appreciated.

Thanks,

Isi R.

Comments

  • edited August 2004
    Create the report by using a com object (you can create
    one with delphi). This com object can be called by
    using asp/asp.net. You only need reportbuilder pro
    for this.

    greetings,

    Rob Segerink

  • edited August 2004
    Rob,

    Thanks for your reply.. I will look into creating a report w/ a com object

    Regards,

    Isi R.

This discussion has been closed.