SQL Server 2008 with latest service packs and patches as of 1/1/2015.
I have 15 datasets in my SSRS report. Each dataset has the exact same columns (Code, Name, Length). The query behind each dataset is pretty much the same just differences (sometimes vast differences) in the WHERE clause.
Do I have to drag and drop a tablix onto the screen for each dataset or can I programmatically create tablix by looping over the available datasets? The number of datasets may change but the three output columns will always be the same.
Thank you in advanced for your help.
JamesNT
"If you have to ask about various operating system limits, you're probably doing something wrong." -Raymond Chen