replicate datarows in a datatable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • diasansley
    New Member
    • Oct 2010
    • 1

    replicate datarows in a datatable

    i looking to replicate the row in the datatable, which can print the data from the these rows on the rdlc file.

    My main concern here is replicating in the same row.


    Thanks
  • diazzans

    #2
    repeat datarow

    the details...

    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

    Working...