I have a report which has a subreport in the detail section. I have a parameter for the user to select whether they want a summary or a detailed version of the report. When they select detailed it runs and shows the subreport. When they select summary, it hides the details including the subreport, however, it still runs the stored proc upon which the subreport is based.
I want to keep it from running this stored proc when they choose summary. Is there anyway to do this?
Thanks
I want to keep it from running this stored proc when they choose summary. Is there anyway to do this?
Thanks