Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Page Navigation in Reportviewer control

Page Navigation in Reportviewer control

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasesql-serversysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Raheem MA
    wrote on last edited by
    #1

    Hello, I'm using Reportviewer control to show the SQL server reports in asp.net page. It is working fine and showing the reports properly. But, if we enter page number in page number text box of report viewer control and press enter it is showing current page only but not the required page. do we need to write any page navigation event for this functionality explicityly? I have also written the code for pagenavigation event, it didn't work out even. following is the piece of code I wrote in .cs page. protected void ReportViewer1_PageNavigation(object sender, Microsoft.Reporting.WebForms.PageNavigationEventArgs e) { ReportViewer1.CurrentPage = e.NewPage; } Any help would be highly appreciated. Thank you, Raheem MA

    M 1 Reply Last reply
    0
    • R Raheem MA

      Hello, I'm using Reportviewer control to show the SQL server reports in asp.net page. It is working fine and showing the reports properly. But, if we enter page number in page number text box of report viewer control and press enter it is showing current page only but not the required page. do we need to write any page navigation event for this functionality explicityly? I have also written the code for pagenavigation event, it didn't work out even. following is the piece of code I wrote in .cs page. protected void ReportViewer1_PageNavigation(object sender, Microsoft.Reporting.WebForms.PageNavigationEventArgs e) { ReportViewer1.CurrentPage = e.NewPage; } Any help would be highly appreciated. Thank you, Raheem MA

      M Offline
      M Offline
      m4f1050
      wrote on last edited by
      #2

      Hi, did you find a solution to this? I did find out if you use it in Synchronous mode (AsyncRendering="false") the Paging and Find stops working... Let me know if you find a solution to this. Thanks!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups