Integration/User-Types.md
... ...
@@ -9,11 +9,12 @@ The following example shows an example of security that combines report level an
9 9
##Code Sample
10 10
11 11
```csharp
12
- [Serializable]
13
- public class CustomAdHocConfig : DatabaseAdHocConfig
14
- {
15
- public static void InitializeReporting()
16
- {
12
+
13
+[Serializable]
14
+public class CustomAdHocConfig : DatabaseAdHocConfig
15
+{
16
+ public static void InitializeReporting()
17
+ {
17 18
18 19
if (AdHocContext.Initialized) {
19 20
return;