Skip to content

Commit c4fd136

Browse files
committed
Reviewer feedback
1 parent 2f356bb commit c4fd136

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/reporting-services/export-a-report-using-url-access.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: "Export a report by using URL access"
3-
description: "Learn how to export a report from SQL Server Reporting Services (SSRS) in different formats by using URL access."
2+
title: "Export a report by using the rs:Format URL parameter"
3+
description: "Learn how to export a report from SQL Server Reporting Services (SSRS) in different file formats by using the rs:Format URL parameter."
44
author: maggiesMSFT
55
ms.author: maggies
6-
ms.date: 07/12/2024
6+
ms.date: 07/17/2024
77
ms.service: reporting-services
88
ms.subservice: reporting-services
9-
ms.topic: how-to
9+
ms.topic: conceptual
1010
ms.custom: updatefrequency5
1111
helpviewer_keywords:
1212
- "formats [Reporting Services], URL rendering"
1313
- "URL access [Reporting Services], rendering formats"
14-
#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.
1515
---
1616
# Export a report by using URL access
1717

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.
1919

2020
## Prerequisites
2121

@@ -25,7 +25,7 @@ Learn how to export reports from SQL Server Reporting Services (SSRS) by using U
2525

2626
## Specify the export format
2727

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.
2929

3030
## Export a PDF report
3131

@@ -53,7 +53,7 @@ To export a PPTX report from a named instance of the report server, use the foll
5353
https://servername/ReportServer_THESQLINSTANCE/Pages/ReportViewer.aspx?%2freportfolder%2freport+name+with+spaces&rs:Format=pptx
5454
```
5555

56-
## Valid values for the `rs:Format` parameter
56+
## Common values for the `rs:Format` parameter
5757

5858
The `rs:Format` parameter accepts the following common values based on the report rendering extensions installed on the report server:
5959

0 commit comments

Comments
 (0)