SSRS Page Scroll Issue

  • I have a report in which there are 2 grids/table in the same page

    1st grid holds summary data and has info like Account Number, invoice, Etc. Once user clicks on d account number in the same page below the summary grid the detail grid data loads. Until then detail grid data is hidden.

    Issue is when the user clicks an account and if he tries to view the detail data he has to scroll down for it since summary data for all accounts would be loaded. User does not want to scroll and once they click the account number it should navigate to detail data section in the same page.

    How to implement page to navigate to detail section once account number is clicked in summary. Summary data grid should not be hideed

  • Why not create the detailed report as a sub report? That way when an entry is "clicked" it will open the sub report without scrolling, surely far more practical?

    ...

  • I imagine you could add a click event watcher to do this in the CODE window within SSRS. I believe in 2012 you may even be able to use C# if you prefer it it VB.Net. Have you explored this possibility?

    ----------------------------------------------------

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply