Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm not aware of a way to automatically go to a specific report without the user clicking something; however, you can specify an expression for the Action on something and that way the user will get the report specified by your variable when they do click.</p> <ol> <li>In Design view, right-click the text box, image, or chart to which you want to add a link and then click Properties. </li> <li>In the item's Properties dialog box, click Action.</li> <li>Select Go to report. Additional sections appear in the dialog box for this option. </li> <li>In Specify a report, click Browse to locate the report that you want to jump to, or type the name of the report. Alternatively, click the expression (fx) button to create an expression for the report name.</li> </ol> <p>Also, see <a href="http://msdn.microsoft.com/en-us/library/ms157328.aspx" rel="nofollow">Expression Examples (Report Builder 3.0 and SSRS)</a> for more information about expressions.</p> <p>You can also alter the visibility of a linked item similarly. To give an example, in some of my own reports I have a hidden @ReportParameter that I use to pass the report to return to when a Back link is clicked. If that parameter is empty I hide the link. I use Go to report and specify <code>=Parameters!ParentReport.Value</code> in the expression for the Action. For Visibilty with show or hide based on an expression selected, visible is false and hidden is true. That makes my Visibility expression <code>=Parameters!ParentReport.Value = ""</code>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload