PreExecuteReportSet.md
... ...
@@ -2,7 +2,7 @@
2 2
3 3
[[_TOC_]]
4 4
5
-##Hidden Filter C/#
5
+##Hidden Filter C♯
6 6
7 7
This is a code sample showing how to add a hidden filter to a report. The first filter uses the _strArray_, but you will need to write a function which returns the columns which you wish to filter upon.
8 8
... ...
@@ -60,7 +60,7 @@ End Sub
60 60
61 61
##Hidden Filter VB.NET
62 62
63
-```visualbasic
63
+```VB
64 64
Public Overrides Sub PreExecuteReportSet(ByVal reportSet As Izenda.AdHoc.ReportSet)
65 65
MyBase.PreExecuteReportSet(reportSet)
66 66
Dim emails(1) As String