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
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