FAQ/Questions/sub-reports-and-drilldowns.md
... ...
@@ -30,4 +30,8 @@ Finally, you can choose to use sub-reports in your FORMS report too. You can see
30 30
31 31
###Using a URL instead of a sub-report
32 32
33
-In addition to drilling down to a sub-report, you can also explicitly define a URL to open. This can be an external URL or an internal URL to the reporting application. You can use field brackets in the URL as well to pass data through query string parameters. e.g. ReportViewer.aspx?rn=Budget&ddkvalue=[OrderID]&ddkvalue2=[ShipCountry]
... ...
\ No newline at end of file
0
+In addition to drilling down to a sub-report, you can also explicitly define a URL to open. This can be an external URL or an internal URL to the reporting application. You can use field brackets in the URL as well to pass data through query string parameters. e.g. **ReportViewer.aspx?rn=Subreport&master=MainReport&ddkvalue=[OrderID]&ddkvalue2=[ShipCountry]**.
1
+
2
+###Settings applicable to drilldowns
3
+* [[InheritFiltersInSubreports|/API/CodeSamples/InheritFiltersInSubreports]]
4
+* [[DrilldownStyle|/API/CodeSamples/DrilldownStyle]]
... ...
\ No newline at end of file