60882a18edccc3d03c6fe1a1a83e89468d71a734
Integration/Tutorials/Customizing-Izenda-Settings.md
| ... | ... | @@ -66,7 +66,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.FileSystemAdHocConfig |
| 66 | 66 | |
| 67 | 67 | For more a more detailed code sample, click any of the headings. |
| 68 | 68 | |
| 69 | - * InitializeReporting() **The license key must be first!** Then add the connection string and initialize your custom AdHocConfig. |
|
| 69 | + * [[InitializeReporting()|/FAQ/InnitializeReporting]] **The license key must be first!** Then add the connection string and initialize your custom AdHocConfig. |
|
| 70 | 70 | * [[PreExecuteReportSet()|/FAQ/PreExecuteReportSet]] Add hidden filters and other code that needs to run before the report is displayed to the user. |
| 71 | 71 | * [[ProcessDataSet()|/FAQ/ProcessDataSet]] You can manipulate the report how you please in this method. This is useful for substituting values in your reports. |
| 72 | 72 |