As it appears that we still don't have matching themes between the Web Viewer and the normal Telerik AJAX controls I am trying to setup my own theme so that there is some consistancy between my main app and the report viewer. Sorry to sound negative but this is something that should have been added ages ago.
I am having issues. I put the skin with css and images into a folder called /Styles/ReportViewer/Black now in the code I set the following:
reportviewer.Skin = "Black"
reportviewer.SkinsPath = "/Styles/ReportViewer"
The initial view of the page works but this is before any filter criteria are set and the report viewer doesn't have any data. If I then hit my Search button and perform an ajax call I see the images in the viere toolbar change to those from the Office2007Blue set. Interestingly the black background for the toolbar stays but the icons change.
I've tried this with a ~ at the front of the SkinsPath but this time the initial view doesn't work.
I've been using the code from the
http://www.telerik.com/community/code-library/reporting/general/applying-custom-skin-to-the-web-report-viewer.aspx example and that doesn't seem to help at all... Any pointers or has something changed that I'm missing. I'm using the 2010 Q1 release.
Regards,
Jon