i have designed a report form with a text box.. which will take an integer value. which will make those many copies of the data.
now the problem is that i can get one set of values. So if the user enters "2" in the textbox it only displays the labels that i have created in the .rdlc file.
i was thinkin if i can replicate the row in the same table!! coz now it generates a blank row
Comment