Report navigation by document map is taking more time for only +/- Expand/Collapse

Answered Report navigation by document map is taking more time for only +/- Expand/Collapse

  • Friday, August 03, 2012 5:40 AM
     
     
    Hi All, 

    I am using SSRS 2008 R2. I enabled document map property in my report on most parent row group (Field has date value).

    After executing the report, if we use the document map bookmark functionality to navigate the report, expand/collapse button available in bookmark takes time to just expand and collapsing. Navigation to selected date (Document Map Field) in bookmark also has its own time to render. This issue is coming only if report execute from application in report viewer. In report manager same report works fine.

    As I think, expanding/collapsing is not to take more time.  Is there any system or report setting issue?

    Please provide solution. 

     

    Thanks,

    Viren.


    Vir14

All Replies

  • Sunday, August 05, 2012 1:09 AM
    Moderator
     
     Answered

    Hi Viren,

    Thanks for your post in TechNet forum.

    In your case, I think that you can try to set the AsyncRendering property to "TRUE" to see if this help. When the AsyncRendering property is set the True, the ReportViewer will render the report within an IFRAME on the page. By using an IFRAME, the remainder of the page can load without being blocked by the ReportViewer control.

    For more information, please see:
    Configuring ReportViewer for Asynchronous Rendering: http://technet.microsoft.com/en-us/library/ms252090(v=vs.90).aspx

    Hope this helps.

    Regards,
    Bin Long


    Bin Long

    TechNet Community Support