We want to schedule a report with 2 parameters but at schedule time we would not know what they were. The idea is to have the report contain all data needed for any case, then open it with the parameters and have it return just the data for those without requerying the db. It is a tremendously long-running report even with the parameters if it is hitting the db. Is this even possible?