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.
Related
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
I have a very simple SSRS report with a table control that expands/collapses a details group. After deployment, when the report is rendered in ReportManager in Internet Explorer, the report will allow one mouse click, but any further mouse clicks do nothing.
For example, you can click to expand the Details group of the table. But then clicking to collapse the group does not work. Clicking to sort by a column does nothing, clicking the link to a subreport does nothing, even clicking on the report scroll bar to see the bottom of the page does nothing. If any of these mouse clicks were attempted immediately after the report is rendered (i.e. if it is the first mouse click), then they work. After the first mouse click, no further mouse click do anything.
This is obviously a major problem - we cannot put the reports into production in this state.
I have found that if I click the button which shows or hides the report parameters pane, then the report will then allow further mouse clicks. While this is a work-around for development, it will be unacceptable for the users to have to do this.
Any advice on how to solve this would be welcome.
This is on SSRS 2012 with Internet Explorer 11.
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.
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.
After turning on the Error List, the MS Visual Web Developer 2010 can report warning/error in the panel automatically.
However, I would like to know what I can do to trigger this validation manually rather than wait for a unpredictable period until the application starts to check.
If you go to Tools > Settings on the menu and tick Expert Settings, the menus will now have a lot more options, one of which can be found in Edit > Advanced, Validate Document which should provide what you want.
If you want to assign this a keyboard shortcut, go to Tools > Options on the menu, tick Show all Settings in the bottom left of the Options window, then navigate through the tree on the left to Environment > Keyboard. Once you've got the Keyboard Settings showing, type Edit.ValidateDocument into the "Show commands containing" textbox, change the "Use new shortcut in" drop-down to HTML Editor Design View and then click in "Press shortcut keys" and enter the shortcut key you wish to use. I suggest Shift-Alt-V as it's not assigned by default in Visual Web Developer 2010. Finally click "Assign" and then "OK"