I have a report that is using filtering within method. However, the customer wants these filters to be printed on the reports. So my only solution was to create 2 parameters within the report and have method assign values to these parameters based on some drop-down menus within method. The parameters are PARAM_StartDate and PARAM_EndDate. I have the reports formatted correctly, but when I try to set them up in method, I cannot assign the values to the parameters from the "Generate Report" options.
Can someone point me in the right direction?