Render report in PDF

  • Thread starter Thread starter David Lozzi
  • Start date Start date
D

David Lozzi

Howdy,

I have some ASP.Net reports created (datagrids) and now we need to get them
to PDFs. I don't want to create Crystal Reports for these because thats
twice the work. How can I change an existing page into a PDF? Its more than
just

Response.ContentType = "application/pdf"

There's something about binary and streaming, but I can't figure out how to
get my page into it. Any help is GREATLY appreciated!!

Thanks
David Lozzi
 
Any idea how to obtain an object, like my datagrid, to dump into this? I'm
trying it now. ANy hints are appreciated

thanks,
David Lozzi
 
I can't even get these examples to work.... What about my original request?

--
D a v i d L o z z i
Data & Web Technology Specialist
Delphi Technology Solutions, Inc.
Wilmington, MA
dlozzi@(remove this)delphi-ts.com - www.delphi-ts.com
 
What about my original request?

What about it? Are you expecting some kind of magic that requires no effort
on your part?

Steve's answer should have solved your problem.

Bob Lehmann
 
ASP.NET has no idea what a PDF file is, and therefore cannot magically
render a PDF file!

You will have to use a third party component (such as Crystal Reports,
iText, or other) to render the PDF file from your data.
 
Thank you. I've already begun the crystal reports.

Thank you to all.

--
D a v i d L o z z i
Data & Web Technology Specialist
Delphi Technology Solutions, Inc.
Wilmington, MA
dlozzi@(remove this)delphi-ts.com - www.delphi-ts.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top