Passing Parameters and using SetDataSource
Hi All,
I have existing crystal reports used in VB6. Now I am integrating the reports in .NET application. Instead of passing ConnectionInfo I am populating the data into datatable/dataset in my application and then calling SetDataSource method on th Crystal Report's objects. This works fine.
However the reports use the parameters in part of the Header. So I need to pass the parameters. I am passing the parameters in ReportDocument.ParameterField collection. But they are not reflected when the report is displayed.
Is there any way around this issue?
Thanks,
Bhavesh
|