FAQ/Hiding-Buttons-and-Tabs.md
... ...
@@ -0,0 +1,58 @@
1
+#Hiding Buttons and Tabs
2
+
3
+[[_TOC_]
4
+
5
+##About
6
+
7
+Izenda offers various methods of controlling the toolbar buttons and tabs that users will see when they view various pages within the reporting application. Most of these can be controlled through the [[AdHocSettings|/API/AdHocSettings]] class. We recommend you utilize the AdHocSettings class properties whenever possible.
8
+
9
+##Report Viewer Buttons
10
+
11
+* The Report List Button
12
+* The Save Save As Button
13
+* The Print HTML and HTML-powered PDF Button
14
+* The Export dropdown
15
+* The Send Report Button
16
+* The Records dropdown
17
+* The Open In Designer Button
18
+* The Settings Button
19
+
20
+##Report Viewer Tabs
21
+
22
+* The FILTERS tab
23
+* The FIELDS tab
24
+* The PIVOTS tab
25
+
26
+##Report Designer Buttons
27
+
28
+* Report List Button
29
+* New Button
30
+* Save Button
31
+* Save As Button
32
+* Print (PDF) Button
33
+* Print (HTML) Button
34
+* Show SQL Button
35
+* CSV Button
36
+* Excel Button
37
+* Word Button
38
+* XML Button
39
+* RTF Button
40
+* E-mail From Client Button
41
+* E-mail From Server Button
42
+* Settings Button
43
+* Results Dropdown
44
+* Help Panel Button
45
+
46
+##Report Designer Tabs
47
+
48
+* Reports Tab
49
+* Data Sources Tab
50
+* Fields Tab
51
+* Summary Tab
52
+* Chart Tab
53
+* Gauge Tab
54
+* Map Tab
55
+* Misc Tab
56
+* Style Tab
57
+* Filters Tab
58
+* Preview Tab
... ...
\ No newline at end of file
FAQ/hide-settings-page-button-or-aspx-page.md
... ...
@@ -1,58 +0,0 @@
1
-#Hiding Buttons and Tabs
2
-
3
-[[_TOC_]
4
-
5
-##About
6
-
7
-Izenda offers various methods of controlling the toolbar buttons and tabs that users will see when they view various pages within the reporting application. Most of these can be controlled through the [[AdHocSettings|/API/AdHocSettings]] class. We recommend you utilize the AdHocSettings class properties whenever possible.
8
-
9
-##Report Viewer Buttons
10
-
11
-* The Report List Button
12
-* The Save Save As Button
13
-* The Print HTML and HTML-powered PDF Button
14
-* The Export dropdown
15
-* The Send Report Button
16
-* The Records dropdown
17
-* The Open In Designer Button
18
-* The Settings Button
19
-
20
-##Report Viewer Tabs
21
-
22
-* The FILTERS tab
23
-* The FIELDS tab
24
-* The PIVOTS tab
25
-
26
-##Report Designer Buttons
27
-
28
-* Report List Button
29
-* New Button
30
-* Save Button
31
-* Save As Button
32
-* Print (PDF) Button
33
-* Print (HTML) Button
34
-* Show SQL Button
35
-* CSV Button
36
-* Excel Button
37
-* Word Button
38
-* XML Button
39
-* RTF Button
40
-* E-mail From Client Button
41
-* E-mail From Server Button
42
-* Settings Button
43
-* Results Dropdown
44
-* Help Panel Button
45
-
46
-##Report Designer Tabs
47
-
48
-* Reports Tab
49
-* Data Sources Tab
50
-* Fields Tab
51
-* Summary Tab
52
-* Chart Tab
53
-* Gauge Tab
54
-* Map Tab
55
-* Misc Tab
56
-* Style Tab
57
-* Filters Tab
58
-* Preview Tab
... ...
\ No newline at end of file