Query-String-Keys-for-rs-dot-aspx.md
... ...
@@ -5,8 +5,7 @@ This is the current list of useful rs.aspx query string keys:
5 5
**rn=[reportName]**
6 6
This is the name specified for the report (e.g. a report named Cost Analysis would be accessed with rs.aspx?rn=Cost+Analysis)
7 7
8
-**output=[ExportFormat]**,
9
-**export=[ExportFormat]**
8
+**output=[ExportFormat], export=[ExportFormat]**
10 9
This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf)
11 10
12 11
**run_scheduled_reports=[Minutes]**