in body after taking data from line table regarding part we have to add blank rows in body i want know how to dodhat using nav data set may be we have to integer data table but i don't know how
You can add blank rows using an Integer DataItem, or adding the blank rows you want on the RDLC as suggested by midego.
If you want to add using the Integer DataItem, you'll need to create the DataItem, then add the SETRANGE(Number, 1, X) or set the MaxIteration property to X.
Then you add a new group to the RDLC layout by the number of the newly created DataItem and your X new blank rows will be displayed.
You can add blank rows using an Integer DataItem, or adding the blank rows you want on the RDLC as suggested by midego.
If you want to add using the Integer DataItem, you'll need to create the DataItem, then add the SETRANGE(Number, 1, X) or set the MaxIteration property to X.
Then you add a new group to the RDLC layout by the number of the newly created DataItem and your X new blank rows will be displayed.
Answers
If you want to add using the Integer DataItem, you'll need to create the DataItem, then add the SETRANGE(Number, 1, X) or set the MaxIteration property to X.
Then you add a new group to the RDLC layout by the number of the newly created DataItem and your X new blank rows will be displayed.