Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have an SSRS report which was made in Visual Studio 2012's report designer.
The report is a mailing label sheet, everything was made correctly and I managed to preview the report successfully through a report viewer, however, what I did is make one record repeats itself in one row such as (R1 being record1):
R1 '  R1  ' R1
R2 '  R2  ' R2
R3 '  R3  ' R3



and so on, but what I need is for the same record to be repeated in the whole page like this:

R1 '  R1  ' R1
R1 '  R1  ' R1
R1 '  R1  ' R1


And then break to the next page to print the second record and so on.



How can I do this if it's possible?

Thank you very much.
Posted
Updated 28-Jul-15 7:09am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900