FAQ/ProcessEqualsSelectList.md
... ...
@@ -2,7 +2,9 @@
2 2
3 3
[[_TOC_]]
4 4
5
-This code sample overrides the equals select drop-down used in the "Filter" tab and in the Report Viewer.
5
+##About
6
+
7
+The ProcessEqualsSelectList method is used to re-define how the Equals(Select) option renders its results on the Filters tab of the Report Designer. There are many different ways to deal with this particular list depending on how your application is structured. This code will add the values "Vendor 1" and "Vendor 2" into the list when the column's name that is being filtered is "VendorName".
6 8
7 9
Here is sample code that you can add to your global.asax file:
8 10