API/CodeSamples/ParentReportDesignerUrl.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.ParentReportDesignerUrl= "ParentReportDesigner.aspx"; //The relevant setting
28
+ AdHocSettings.ParentReportDesignerUrl = "ParentReportDesigner.aspx"; //The relevant setting
29 29
AdHocContext.Initialized = true;
30 30
}
31 31
}