API/CodeSamples/AllowAnalysisGrid.md
... ...
@@ -27,7 +27,7 @@ public class CustomAdHocConfig : Izenda.AdHoc.DatabaseAdHocConfig
27 27
28 28
//Add custom settings below
29 29
public override void ConfigureSettings() {
30
- AdHocSettings.AdHocUserKey = "userkey";
30
+ AdHocSettings.AllowAnalysisGrid = true;
31 31
}
32 32
}
33 33
```
... ...
@@ -54,11 +54,13 @@ Public Class CustomAdHocConfig
54 54
55 55
'Add custom settings below
56 56
Public Overrides Sub ConfigureSettings()
57
- AdHocSettings.AdHocUserKey = "userkey"
57
+ AdHocSettings.AllowAnalysisGrid = True
58 58
End Sub
59 59
End Class
60 60
```
61 61
62 62
##Screenshots
63 63
64
-![](http://www.izenda.com/Site/Images/Screenshots/AllowAnalysisGridDS.png)
... ...
\ No newline at end of file
0
+![](http://www.izenda.com/Site/Images/Screenshots/AllowAnalysisGridDS.png)
1
+
2
+![]()
... ...
\ No newline at end of file