Hello folks, been banging my head against the wall on this for ages on this. Issue is that when running dotnet 2.0 code against a crystalwebviewer control for a rpt with parameters, the parameters page displays with zero style applied. The final rendered report is styled correctly from the default.css style sheet.
The aspnet_client virtual directory exists. It's Visual Studio 2008, Crystal assemblies are 10.5.3700.0
I just can't see the problem. When I look at the html generated for the parameters page it's clear that none of the html inputs for capturing the parameters have their class attribute set - so I understand why no style is applied, just wondering if that is by design. Cut down product feature maybe?
I have CRXI on a test server and run dotnet 1.1 code against that and the parameters page renders in a fully styled manner. Scanning the generated html for parameter promp page is full of class attributes like this
class="pePromptTextBox"
which is from this stylesheet "/crystalreportviewers11/prompting/css/promptengine_default.css"
After submission of the paramters, the report will render, this time styled with this css
href="/crystalreportviewers11/css/default.css"
It seems in the VS2008 bundled copy, there is no equivalent of the prompt page css promptengine_default.css
Any thoughts or comments greatly appreciated.
Edited by: TonyArrg on Mar 4, 2009 12:21 AM - Typotastic