I have created one rdlc report in BC. There are one header(Sales Header) and two line table(Sales line & one custom line table). In layout row grouping is created because of this grouping Serial No is not getting linewise. It is shuffling. I tried with RowNumber(Nothing) expression and also tried with creating Serial no. variable and calling in onaftergetrecord of line but this two also not working. How to resolve this. Below are given indentation.
SalesHeader
{
Sales Line
{
}
Custome table line
{
}
}