locked
Report Viewer Toolbar RRS feed

  • Question

  • Hi,

    Is there any way to get the report toolbar using SOAP Api  in SSRS reporting.

    Thanks,

    rachuri

    Tuesday, November 3, 2015 11:45 AM

Answers

All replies

  • Hi rachuri,

    The SOAP API does not give us access to the HTML Viewer and toolbar when viewing and navigating a specific report; however, with the functionality of the SOAP API, we could develop our own, custom toolbars for report navigation. For more information, please refer to this article: Customize the reportviewer toolbar. Or we can add report viewer control to the application, it contains report viewer toolbar.

    If you have any question, please feel free to ask.

    Best regards,
    Qiuyun Yu


    Qiuyun Yu
    TechNet Community Support


    Wednesday, November 4, 2015 3:06 AM
  • Hi Anil.

    Check the below link

     Workaround to Customizing and Localizing the Microsoft ReportViewer .NET Toolbar

    OR

    You can inherit from ReportViewer and check the OnControlsAdded method to add controls to the Toolbar.  Check out the following link for details and a sample application.

    http://devgig.blogspot.com/2009/05/extend-reportviewer-toolbar.html


    Please Dont forget to mark as answer and Helpful Post. It helps others to find relevant posts to the same question. Milan Das


    • Edited by Milan Das Wednesday, November 4, 2015 9:10 AM
    Wednesday, November 4, 2015 9:10 AM
  • Unfortunately, this is not possible right now.  We hope to add this ability in the latest version which will be released with SQL server 2016.

    Cheers,
    Maruthu
    Please click the 'Mark as Answer' button if a post solves your problem! :) It helps others to find relevant posts to the same question.

    Explore the SharePoint

    Wednesday, November 4, 2015 9:52 AM
  • Thanks Qiuyun for the suggestion ,but I am working with java ,if there is any solution regarding java then it will be really helpful.

    Friday, November 6, 2015 6:49 AM
  • Thanks Milan for the link,but I am using java to access the soap apis , it will be

     really helpful if you have any workaround using java

    Friday, November 6, 2015 6:54 AM
  • This is from books online

    Report server URL access supports HTML Viewer and the extended functionality of the report toolbar. The SOAP API does not support this type of rendered report. You need to design and develop your own report toolbar, if you render reports using SOAP.

    see

    https://msdn.microsoft.com/en-us/library/ms155089.aspx

    So its not possible


    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    ----------------------------
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

    Wednesday, November 11, 2015 1:25 PM
  • Is the toolbar coming in SQL Server 2016?
    Thursday, June 8, 2017 11:33 AM