Query-String-Keys-for-rs-dot-aspx.md
... ...
@@ -0,0 +1,24 @@
1
+**Query String Keys for rs.aspx**
2
+
3
+This is the current list of useful rs.aspx query string keys:
4
+
5
+rn=[reportName]
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
+
8
+output=[ExportFormat]
9
+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
+
12
+run_scheduled_reports=
13
+
14
+ap=[0 or 1]
15
+
16
+**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=
20
+
21
+**reloadsubreport=[0 or 1]**
22
+
23
+**pxvalue=[value]**
24
+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