I have created a stored procedure that takes a begin date and an end date. The returned resultset is what I want in the report, but CR (as it should) filters the results so that the report shows only those records between the begin and end dates.
In short, I don't want the parameters to be used to filter the data returned from the stored proc. Is that possible?