Created
February 16, 2016 19:45
-
-
Save RyanABailey/cc5eea0e7a2626274a95 to your computer and use it in GitHub Desktop.
Sitecore reporting section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <reporting> | |
| <dataProvider> | |
| <datasources> | |
| <add key="item"> | |
| <FiltersFactory> | |
| <param desc="definitionDatabaseName">web</param> | |
| </FiltersFactory> | |
| </add> | |
| <add key="collection"> | |
| <FiltersFactory> | |
| <param desc="definitionDatabaseName">web</param> | |
| </FiltersFactory> | |
| </add> | |
| <add key="reporting"> | |
| <FiltersFactory> | |
| <param desc="definitionDatabaseName">web</param> | |
| </FiltersFactory> | |
| </add> | |
| </datasources> | |
| </dataProvider> | |
| </reporting> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment