I have a vb.net winforms application.
I have created a criteria form that populates parameters in a Crystal Report. These parameters are pretty simple, IE customerId, StartDate, EndDate, etc...
This works fine, but if the user presses the crystal reports "Refresh" button on the CrystalReportViewer control then the CrystalReports criteria page displays. Obviously my user doesn't know the CustomerId so I'd rather not display this screen.
Is there a way to override the CR criteria page with my own? Failing that, can I disable that option on the CrystalReportViewer?