You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reporting-services/url-access-parameter-reference.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,23 +25,16 @@ Parameters aren't case sensitive. They require a prefix:
25
25
-`rv:`: Targets the Report Viewer web part.
26
26
27
27
You can also specify parameters that are specific to devices or rendering extensions. For more information about device-specific parameters, see [Specify device information settings in a URL](../reporting-services/specify-device-information-settings-in-a-url.md).
28
-
29
-
> [!IMPORTANT]
30
-
> For a SharePoint mode report server, it's important that the URL includes the `_vti_bin` proxy syntax to route the request through SharePoint and the [!INCLUDE[ssRSnoversion](../includes/ssrsnoversion-md.md)] HTTP proxy. The proxy adds context to the HTTP request that's required to ensure proper execution of the report for SharePoint mode report servers. For examples, see [Access report server items by using URL access](../reporting-services/access-report-server-items-using-url-access.md).
31
-
>
32
-
> Reporting Services integration with SharePoint is no longer available after SQL Server 2016.
33
-
34
28
35
29
## <aname="bkmk_htmlviewer"></a> HTML Viewer commands (`rc:`)
36
30
37
31
Target the HTML Viewer by using the prefix `rc:`.
38
32
39
33
|Command|Parameter|Description|
40
34
|---|---|---|
41
-
|`Toolbar`|`True`|Displays the toolbar. The default value is **true**.<br><br>**Note**: If you omit this parameter, the toolbar is automatically displayed for rendering formats that support it.|
42
-
|`Toolbar`|`False`|Hides the toolbar. If this parameter is **false**, all remaining options are ignored.|
43
-
|`Toolbar`|`Navigation`|Displays only pagination in the toolbar.|
44
-
|`Parameters`|`True`|Displays the parameters area of the toolbar. The default value is **true**.<br><br>**Examples**:<br><br> *Native Mode*: ```https://myrshost/reportserver?/Sales&rc:Parameters=Collapsed```<br><br> *SharePoint mode*: ```https://myspsite/subsite/_vti_bin/reportserver?https://myspsite/subsite/Sales&rc:Parameters=Collapsed```|
35
+
|`Toolbar`|`True`|Displays the toolbar. The default value is **true**.<br><br>**Example**: ```https://myrshost/reportserver?/Sales&rc:Toolbar=True```<br><br>**Note**: If you omit this parameter, the toolbar is automatically displayed for rendering formats that support it.|
36
+
|`Toolbar`|`False`|Hides the toolbar. If this parameter is **false**, all remaining options are ignored.<br><br>**Example**: ```https://myrshost/reportserver?/Sales&rc:Toolbar=False```|
37
+
|`Parameters`|`True`|Displays the parameters area of the toolbar. The default value is **true**.<br><br>**Example**: ```https://myrshost/reportserver?/Sales&rc:Parameters=Collapsed```|
45
38
|`Parameters`|`False`|Hides the parameters area, and the user can't display it.|
46
39
|`Parameters`|`Collapsed`|Hides the parameters area, but the user can toggle to see it.<br><br>**Examples**:<br><br> *Native Mode*: ```https://myrshost/reportserver?/Sales&rc:Parameters=Collapsed```<br><br> *SharePoint mode*: ```https://myspsite/subsite/_vti_bin/reportserver?https://myspsite/subsite/Sales&rc:Parameters=Collapsed```|
47
40
|`Zoom`|`Page Width`|Set the report zoom to fit the page width.<br><br>**Examples**:<br><br> *Native Mode*: ```https://myrshost/reportserver?/Sales&rc:Zoom=Page%20Width```<br><br> *SharePoint mode*: ```https://myspsite/subsite/_vti_bin/reportserver?https://myspsite/subsite/Sales&rc:Zoom=Page%20Width```|
0 commit comments