ReportViewer Default Format

A

aplocher

Hello, I was wondering if there was any way to change the default
format of the ASP.NET 2.0 ReportViewer control to be a PDF. I want
only IE to render in HTML defaultly, whereas Firefox and Opera (and
anything else) would generate a PDF so it doesn't look so mangled. I'm
rather surprised that Reporting Services 2.0 has such poor
cross-browser compatibility, since ASP.NET 2.0 and all of Microsofts
other recent web-products has pretty good cross-browser support. All
of the HTML tables look really bad in any other browser than IE.

btw, I'm using it with a ServerReport.

Thanks

-Adam
 
S

Steve C. Orr [MVP, MCSD]

I would probably just call the Reporting Services Web Service to retrieve
the PDF. It's only several lines of code...
 

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

Top