FAQ/PreExecuteReportSet.md
... ...
@@ -4,7 +4,7 @@
4 4
5 5
##About
6 6
7
-The PreExecuteReportSet method is used to modify the report before it is sent to the Report Viewer or Report Preview for viewing. Overriding this method can add granular control of fields, filters, and other properties of the report before the person designing/viewing the report will see it. This method should be overridden inside your CustomAdHocConfig class within your global.asax page.
7
+The **PreExecuteReportSet** method is used to modify the report before it is sent to the Report Viewer or Report Preview for viewing. Overriding this method can add granular control of fields, filters, and other properties of the report before the person designing/viewing the report will see it. This method should be overridden inside your CustomAdHocConfig class within your global.asax page.
8 8
9 9
##Global.asax (C♯)
10 10