Hi All,
I am new to SSRS reports. I have to build a multi-page report. I have a list of data.
data = {Name, address, email}
data[0] = {abc, abc street, abc@abc.com}
data[1] = {def,def street, def@def.com}...
...data[n]={xyz, xyz street, xyz@xyz.com}
I have to prepare a report in a such a way that on 1st page it just show information of data[0], on 2nd page it shows the information of data[1] and on last page it shows the information about the data[n].
So when user clicks > he can navigate to information of one person to another.
Thank you in advance