Question : table tables in SSRS?

Hi,

I am trying to insert two tables in the Sql server report.
I have two dataset for each of two tables.
I have two date parameters to both tables.
Two datasets are trying to create two sets of two date parameters.
How can I just have one set of date parameters which go into each of two datasets?

Parameters:
1)DateFrom
2)DateTo

Say I want records from aug 2009 to jan 2010.
Two tables will display two sets of dataset from two dataset.

Answer : table tables in SSRS?

The parameters are created by default from the names of the variables you use in the query definition of the dataset(s) if they do not alread exist.  If you use the same variable names, ie @DateFrom and @DateTo, it will create parameters the first tme and then just use the same ones the second.
Random Solutions  
 
programming4us programming4us