d861b313f1bd60f3722afa79297d429ae17d6a7b
FAQ/PreExecuteReportSet.md
| ... | ... | @@ -21,7 +21,7 @@ public class CustomAdHocConfig : DatabaseAdHocConfig |
| 21 | 21 | { |
| 22 | 22 | //Per-user settings go here |
| 23 | 23 | } |
| 24 | - public override string[] ProcessEqualsSelectList(Izenda.AdHoc.Database.Column column) |
|
| 24 | + public override void PreExecuteReportSet(ReportSet reportSet) |
|
| 25 | 25 | { |
| 26 | 26 | //put your own custom code inside this method |
| 27 | 27 | } |
| ... | ... | @@ -41,14 +41,13 @@ Public Class CustomAdHocConfig |
| 41 | 41 | public override void ConfigureSettings() |
| 42 | 42 | 'Per-user settings go here |
| 43 | 43 | End Sub |
| 44 | - Public Overrides Function ProcessEqualsSelectList(ByVal column As Izenda.AdHoc.Database.Column) As String() |
|
| 44 | + Public Overrides Sub PreExecuteReportSet(ByVal reportSet As Izenda.AdHoc.ReportSet) |
|
| 45 | 45 | 'put your own custom code inside this method |
| 46 | - End Function |
|
| 46 | + End Sub |
|
| 47 | 47 | } |
| 48 | 48 | ``` |
| 49 | 49 | ##Examples |
| 50 | 50 | |
| 51 | 51 | Here are a couple examples of using the PreExecuteReportSet method. |
| 52 | 52 | |
| 53 | -* [[Hidden Filter Example|/FAQ/applying-hidden-filter-using-inner-query]] |
|
| 54 | -* [[Using Stored Procedures|/FAQ/Questions/Using-Stored-Procedures-In-Izenda-6]] |
|
| ... | ... | \ No newline at end of file |
| 0 | +* [[Hidden Filter Example|/FAQ/applying-hidden-filter-using-inner-query]] |
|
| ... | ... | \ No newline at end of file |