Hi,
I am working with Crystal report XI and asp.net2.0
The report is a tabular report and parameters are passed on to this report
when the report is generated ,tabular report is dispalyed with out the data.
But this behaviour is not always the same.Most of the time it works as expected
I started using this report from last 2 years and faced the issue only twice.
Report started working fine with out making any changes.
Two pictures are uploaded at following link:
[http://www.flickr.com/photos/43624240@N08/?saved=1]
One report(priority.jpg) is shown when it works as expected. The other report (severity.jpg) should also show the same kind of results (i.e. number of rows in it) but it doesn't show any data.
Both the reports are of same type exept from the layout. The number and the value of parametrs passed to both the reports are same.
when we run the report from crystal report editor then it works fine (in this case i provide the parameter values through parameter prompt window that i get while generating the report from code) but when we run the report from code it doesn't show any data.
I'm not able to find out the issue with this report. Since CR automatically fetch data from data base i can not debug and find the issue.
Please let me know if there is any way to see the intermediate data that CR fetch from data base.
Or is it a known issue in CR?