47b65f4047e55079443438427fb1515be72764bf
Query-String-Keys-for-rs-dot-aspx.md
| ... | ... | @@ -2,23 +2,21 @@ |
| 2 | 2 | |
| 3 | 3 | This is the current list of useful rs.aspx query string keys: |
| 4 | 4 | |
| 5 | -rn=[reportName] |
|
| 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 | 9 | This will generate the desired export of the tabular data in the report (e.g. rs.aspx?rn=Cost+Analysis&output=pdf) |
| 10 | 10 | Alternately called export |
| 11 | 11 | |
| 12 | -run_scheduled_reports= |
|
| 13 | - |
|
| 14 | -ap=[0 or 1] |
|
| 12 | +**run_scheduled_reports=[Minutes] |
|
| 13 | +Schedules a report to run in the Windows Scheduler after a certain period of time |
|
| 15 | 14 | |
| 16 | 15 | **reportonly=[0 or 1]** |
| 17 | -Specifies whether the returned page will contain styling and scripts (0 indicates no styling or scripts are to be used) |
|
| 18 | - |
|
| 19 | -clear= |
|
| 16 | +Specifies whether the returned report will contain styling and scripts (0 indicates no styling or scripts are to be used) |
|
| 20 | 17 | |
| 21 | -**reloadsubreport=[0 or 1]** |
|
| 18 | +**clear=[0 or 1]** |
|
| 19 | +Clears the cache |
|
| 22 | 20 | |
| 23 | 21 | **pxvalue=[value]** |
| 24 | 22 | These are directly related to the filters used in the report and range from 1 to the number of filters used in the report where x is the number of the filter. The value indicates what default value the filter should have. (e.g. a report that filters on country, company, and product could have p1value=usa&p2value=general+mills&p3value=lucky+charms) |
| ... | ... | \ No newline at end of file |