Crystal Reports Extra Parameter Problem
Hi. Pls excuse me of my English. I have a problem loading a pre-designed report. When I create a new report document and call the load method of the ReportDocument, extra parameters that are not defined with the report are listed. The pre-designed report has just 5 parameters and have no sub-report but when I programatically load it, there comes 2 extra parameters, both are database fields not parameters. I would appreciate any suggestion. Thanks...
Note: The code is simple as below
ReportDocument doc = new ReportDocument();
doc.Load(fileName);
|