Guides/Dashboards-v2.md
... ...
@@ -0,0 +1,25 @@
1
+[[_TOC_]]
2
+
3
+#Introduction
4
+
5
+#Features
6
+
7
+#Installation
8
+
9
+##Webforms
10
+
11
+1. Update as normal by downloading and replacing the bin and resources folder
12
+2. Download the Webforms Kit and take the Dash.aspx file and copying it to your project.
13
+3. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";
14
+
15
+##MVC
16
+
17
+1. Update as normal by downloading and replacing the bin and resources folder
18
+2. Download the MVC kit for 6.9 and add the new view to your project
19
+3. Update the IzendaReportingController.cs to include
20
+ public ActionResult Dash() {
21
+
22
+
23
+ return View();
24
+ }
25
+4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash";
... ...
\ No newline at end of file