820acc224d23c39ec1ff465478fcfdfa3e008a61
FAQ/ProcessEqualsSelectList.md
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | -#The ProcessEqualsSelectList() Method |
|
| 1 | +#ProcessEqualsSelectList() |
|
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| ... | ... | @@ -6,6 +6,8 @@ |
| 6 | 6 | |
| 7 | 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". |
| 8 | 8 | |
| 9 | +##C♯ Method |
|
| 10 | + |
|
| 9 | 11 | Here is sample code that you can add to your global.asax file: |
| 10 | 12 | |
| 11 | 13 | ```csharp |
| ... | ... | @@ -27,4 +29,6 @@ public override string[] ProcessEqualsSelectList(Izenda.AdHoc.Database.Column co |
| 27 | 29 | } |
| 28 | 30 | ``` |
| 29 | 31 | |
| 32 | +##Screenshots |
|
| 33 | + |
|
| 30 | 34 | * [[Using Stored Procedures|/FAQ/Questions/Using-Stored-Procedures-In-Izenda-6]] |
| ... | ... | \ No newline at end of file |