sheridan101
Programmer
I have a custom report viewer program I wrote in C#.NET. I am trying to pass various parameters from a custom parameter dialog to corresponding parameters in a report's SUBREPORT. The report is in Crystal Reports.NET and the subreport calls an external stored procedure to do it's query.
Assuming the report is called 'Invoice' and the subreport is called 'PlayInfo' and the first parameter is called 'StartDate' (which is a discrete date value, not a date range), how would I properly update the subreport's parameter so that the hideous Crystal Reports parameter dialog does not pop up????
Assuming the report is called 'Invoice' and the subreport is called 'PlayInfo' and the first parameter is called 'StartDate' (which is a discrete date value, not a date range), how would I properly update the subreport's parameter so that the hideous Crystal Reports parameter dialog does not pop up????