vicenteangotti
Programmer
I'm using CR10 in a ASP.NET c# app that is design to publish the reports
on our intranet.
I use the CrystalReportViewer component setting the ReportSource property
in order to run the report.
The code works great and the functionality expected is being obtained.
The issue is to configure the auto prompts such as db logon or param
input.
The documentation says that I only need to change the .../default.css
(or any css I associate with my viewer thru the CssFilename property).
Pretty straight foward wasn't by the fact that my HTML output does not
have the css style classes set.
Here is a piece of the generated HTML:
<span style="border-style:None;" class="">The report you requested
requires further information.</span>
Note that the class, which should be class="promptMessage" is not set.
What am I doing wrong? Is this a bug on CR10?
TIA
on our intranet.
I use the CrystalReportViewer component setting the ReportSource property
in order to run the report.
The code works great and the functionality expected is being obtained.
The issue is to configure the auto prompts such as db logon or param
input.
The documentation says that I only need to change the .../default.css
(or any css I associate with my viewer thru the CssFilename property).
Pretty straight foward wasn't by the fact that my HTML output does not
have the css style classes set.
Here is a piece of the generated HTML:
<span style="border-style:None;" class="">The report you requested
requires further information.</span>
Note that the class, which should be class="promptMessage" is not set.
What am I doing wrong? Is this a bug on CR10?
TIA