FAQ/PreExecuteReportSet.md
... ...
@@ -6,7 +6,7 @@
6 6
7 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
-##C♯ Boilerplate
9
+##Global.asax (C♯)
10 10
11 11
```csharp
12 12
public class CustomAdHocConfig : DatabaseAdHocConfig
... ...
@@ -28,7 +28,7 @@ public class CustomAdHocConfig : DatabaseAdHocConfig
28 28
}
29 29
```
30 30
31
-##VB.NET Boilerplate
31
+##Global.asax (VB.NET)
32 32
33 33
```visualbasic
34 34
Public Class CustomAdHocConfig