Skip to content

Commit 95a100a

Browse files
authored
Update and remove an invalid Toolbar Navigation section (#34858)
1 parent 7c001e1 commit 95a100a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/reporting-services/url-access-parameter-reference.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,16 @@ Parameters aren't case sensitive. They require a prefix:
2525
- `rv:`: Targets the Report Viewer web part.
2626

2727
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-
3428

3529
## <a name="bkmk_htmlviewer"></a> HTML Viewer commands (`rc:`)
3630

3731
Target the HTML Viewer by using the prefix `rc:`.
3832

3933
|Command|Parameter|Description|
4034
|---|---|---|
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```|
4538
|`Parameters`|`False`|Hides the parameters area, and the user can't display it.|
4639
|`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```|
4740
|`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

Comments
 (0)