How can I assign classes to the online/ASP.NET (not a desktop app) version of ReportViewer? I'm also intersted in using web specific formatting, e.g. ems versus ReportViewer desktop defaults such as points and inches.
views:
411answers:
2Hey Kman, sorry that doesn't answer it. What I'm looking for is styling specific CELLS in the reportviewer... sorry if I didn't clarify this earlier. But the idea is to get specific and style the cells as they are laid out in the reportviewer. This is opposed to styling the table, I mean otherwise I could just copy and paste it's name off the source code that returns the aspx page.
firedrawndagger
2010-04-28 19:06:18
A:
Nevermind, I found out the solution. By default ReportViewer generates classes for the tables - they're still pretty cryptic - "a15" and "r11" which is not exactly my idea of identifying rows/columns/tables. But I guess it's better then nothing.
firedrawndagger
2010-04-29 20:48:14