I have two different datasets in SSRS report which gives different number of output fields.I have used this two data set into two different tables in report.
1) One table will display output at a time in execution based on condition.
Actually while running the report two datasets are executing the SP and it takes more time to display the output.
Requirement: I need to execute the one dataset SP at time based on condition.Other Dataset SP should not Execute.
Example: Dataset1 executes Sp1 Dataset2 executes Sp2
Table1 uses Sp1 Table2 uses Sp2
Normally while executing report Table1 will display output(Based on default parameter selection)
But SP1 and SP2 are executing on same time.so report takes more time to display output.
I need to execute 1 SP at a time based on condition.so that other dataset SP will not execute.
Visibility
for your tablix? put a check condition with certain date and time in the expression – LONG