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
#customer intent: As a SQL Server report user or administrator, I want to export reports from SSRS by using URL access to easily obtain reports in different formats.
14
+
#customer intent: As a SQL Server report user or administrator, I want to learn about the rs:Format parameter so I can export reports in different file formats.
15
15
---
16
16
# Export a report by using URL access
17
17
18
-
Learn how to export reports from SQL Server Reporting Services (SSRS) by using URL access and the `rs:Format` URL parameter. This method allows you to render reports in various formats, such as PDF and PPTX, directly from the report server.
18
+
Learn how you can export reports from SQL Server Reporting Services (SSRS) by using URL access and the `rs:Format` URL parameter. This method allows you to render reports in various file formats, such as PDF and PPTX, directly from the report server.
19
19
20
20
## Prerequisites
21
21
@@ -25,7 +25,7 @@ Learn how to export reports from SQL Server Reporting Services (SSRS) by using U
25
25
26
26
## Specify the export format
27
27
28
-
Specify the format in which to render a report by using the `rs:Format` URL parameter. The HTML4.0 and HTM5 formats render in the browser, while other formats prompt you to save the report output to a local file.
28
+
Specify the format in which to render a report by using the `rs:Format` URL parameter. The HTML4.0 and HTML 5 formats render in the browser, while other formats prompt you to save the report output to a local file.
29
29
30
30
## Export a PDF report
31
31
@@ -53,7 +53,7 @@ To export a PPTX report from a named instance of the report server, use the foll
0 commit comments