asp.net report viewer, if initially load all records then if you are changing the filter and your result returns no records means you can see what you got last result it will maintain in report viewer how you can clear,following sample code will help
Sample code :
------------------
Reportviewer1.Reset();
REportviewer1.LocalReport.Refresh();
1 comment:
helpful
Post a Comment