SSRS 2016 custom ToolBar - reporting-services

I have a ssrs report
I want to remove few buttons like: "word", "powerPoint" from the toolBar,
Those buttons are under the "save button".
How Can I to do this?

Related

SSRS How to hide parameters/grouping panels in design mode

How to hide parameters/grouping panels in design mod. Or in other words uncheck these menu options so panels hidden when a report opened in design mode. Every time I open any report, it opens parameters and grouping panels as well. There must be any option not to open these panels by default with every report opened. I am tired and found nothing on web. Please let me know.
Thanks
Right-Click on a blank part of your report, then View -> Parameters

How change size or image of Toggle Button in Report Builder 2.0?

I want to resize or change the toggle Image (red box) in Report Builder 2.0. Is there any possibility?
Or can i toggle my elements via the column (blue box)?
I'm afraid it's impossible to change the icon in the Report Builder 2.0 (or 3.0).
If you really wish to change the image you shouldn't use an ssrs report. Could create a custom view in windows forms, wpf or html (css) that has the same functionalities as the report viewer, which will take a lot of effort.
You could move the toggle function to another textbox inside your report but I'm afraid the same icon will be placed in front of it.

Disable links in Dynamics Ax 2012 report viewer

Is it possible to disable links in the Ax 2012 report viewer? An example is the PO receipts list report, which has the item numbers as links to the item's details. In Ax4 there was a button to toggle the links on/off.
I don't think there is a way to disable the links from the report viewer, but you can turn them off from the SSRS design.
Open the design, find the text box with the hyperlink you don't want, right click it and go to "Text Box Properties...". Open the Action tab and select the "None" radio button under "Enable as a hyperlink:". Once you rebuild and redeploy the report the hyperlinks will not show up for those text boxes.

SSRS - adding button to SSRS toolbar

is it possible to add a button to the SSRS toolbar?
Currently on the toolbar you see export, the refresh and the print button. I would like to add a button that will link to a new page.
Is this possible?
There is no method to add your own buttons to the toolbar itself. You can, however, enable the Page Navigation buttons that allow the user to go back/forward or jump to a specific page.

SSRS Report Viewer Control Display Issues

I have a report that is now displayed via an ASPX report viewer control (VS2010). It was previously displayed via Report Builder 3.
The browser is the same, IE8, but the report is now NOT displaying vertical text
Is there an issue with the control and is there a fix or a workaround? The report now looks very poor!
Thanks