I want to get the total number of pages in a form, which is placed in Report Viewer..
I used this code, actually the report has 5 pages but I got only one page.
int t=int T = objReportViewer.LocalReport.GetTotalPages();
How can I make it give me all 5 pages?