Hi Pravin,
Thats because you have a DBDatasource bounded to the matrix. So you should delete the line from the DBDataSource ater deleting from matrix as follows :
form.DataSources.DBDataSources.Item(DBDataSources).RemoveRecord(line)
matrix.LoadFromDataSource()
Best Regards,
VG