88e27601b468a6b5a090dba4dc1836fdadecd785
API/CodeSamples/CollapsedFiltersInReportViewer.md
| ... | ... | @@ -25,7 +25,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig |
| 25 | 25 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE"; |
| 26 | 26 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE"; |
| 27 | 27 | Izenda.AdHoc.AdHocSettings.AdHocConfig = new CustomAdHocConfig(); |
| 28 | - AdHocSettings.AutoJoinOnRenderedRows = true; //The relevant setting |
|
| 28 | + AdHocSettings.CollapsedFiltersInReportViewer = true; //The relevant setting |
|
| 29 | 29 | AdHocContext.Initialized = true; |
| 30 | 30 | } |
| 31 | 31 | } |
| ... | ... | @@ -47,7 +47,7 @@ Public Class CustomAdHocConfig |
| 47 | 47 | AdHocSettings.LicenseKey = "INSERT_LICENSE_KEY_HERE" |
| 48 | 48 | AdHocSettings.SqlServerConnectionString = "INSERT_CONNECTION_STRING_HERE" |
| 49 | 49 | Izenda.AdHoc.AdHocSettings.AdHocConfig = New CustomAdHocConfig() |
| 50 | - AdHocSettings.AutoJoinOnRenderedRows = True 'The relevant setting |
|
| 50 | + AdHocSettings.CollapsedFiltersInReportViewer = True 'The relevant setting |
|
| 51 | 51 | AdHocContext.Initialized = True |
| 52 | 52 | End Sub |
| 53 | 53 | End Class |