Guides/Fusion.md
... ...
@@ -10,7 +10,7 @@ Below is a schematic diagram of Fusion Driver:
10 10
11 11
![Izenda Fusion Driver Schematic](http://wiki.izenda.us/Guides/Developer-Links-and-Guides/fusion_driver_schematic.png)
12 12
13
-##How to set up and configure Fusion Driver?
13
+##Configuring the Izenda Fusion Driver
14 14
15 15
Configuring the Izenda Fusion Driver is almost the same as configuring the Izenda Driver with single connection. The main differences are:
16 16
... ...
@@ -88,7 +88,7 @@ You can configure the cache yourself by using the following properties and metho
88 88
* **CacheAllReports method:** Adds all available reports to the cache: ``fusionDriver.CacheAllReports();``
89 89
* **CacheReport method:** Adds a single report with the specified name to the cache: ``fusionDriver.CacheReport(string reportFullName);``
90 90
91
-###Sample use
91
+##Sample use
92 92
93 93
Below is a full example of how to set up and configure the Izenda Fusion Driver with several connections and reports stored in your database:
94 94
... ...
@@ -146,7 +146,7 @@ Below is a full example of how to set up and configure the Izenda Fusion Driver
146 146
</script>
147 147
```
148 148
149
-###Customizing the Izenda Fusion driver
149
+##Customizing the Izenda Fusion driver
150 150
151 151
Izenda reports is designed as a modular system to be easily customizable for usage with any datasources. The ``AdHocContext`` class has a **Driver** property containing an instance of ``Izenda.AdHoc.Database.Driver`` inheritor, which provides datasource meta data for AdHoc (Figure 1).
152 152