e68ca15c26a7e9d1b16f7d9dacbdcda61a575a0b
Query-String-Keys-for-rs-dot-aspx.md
| ... | ... | @@ -5,9 +5,9 @@ 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]** |
|
| 8 | +**output=[ExportFormat]**, |
|
| 9 | +**export=[ExportFormat]** |
|
| 9 | 10 | This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf) |
| 10 | -Alternately called export |
|
| 11 | 11 | |
| 12 | 12 | **run_scheduled_reports=[Minutes]** |
| 13 | 13 | Schedules a report to run in the Windows Scheduler after a certain period of time |