Guides/Toolbar-Buttons.md
... ...
@@ -438,7 +438,7 @@ AdHocSettings.ShowHelpButton = false;
438 438
439 439
Tabs in the Report Designer are also controlled from within the core product in your CustomAdHocConfig class. Manipulating these tabs requires the use of properties within the Global.asax. You can review [[this article|http://wiki.izenda.us/FAQ/Hiding-Buttons-and-Tabs#Report-Designer-Tabs]] for concise information on manipulating these tabs, or you can get a detailed view by scrolling down.
440 440
441
-**Data Sources**
441
+###Data Sources Tab
442 442
443 443
![Data Sources Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/dstab.png)
444 444
... ...
@@ -448,7 +448,7 @@ The Data Sources tabs allow report designers to add/remove data sources for a re
448 448
AdHocSettings.ShowDataSourcesTab = false;
449 449
```
450 450
451
-**Fields**
451
+###Fields Tab
452 452
453 453
![Fields Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/fields.png)
454 454
... ...
@@ -458,7 +458,7 @@ The fields tab allows the user to add or modify the fields reported on in a repo
458 458
AdHocSettings.ShowFieldsTab = false;
459 459
```
460 460
461
-**Summary**
461
+###Summary Tab
462 462
463 463
![Summary Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/summary.png)
464 464
... ...
@@ -468,7 +468,7 @@ The summary tab allows the user to add or modify a summary section in a report t
468 468
AdHocSettings.ShowSummaryTab = false;
469 469
```
470 470
471
-**Chart**
471
+###Chart Tab
472 472
473 473
![Chart Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/chart.png)
474 474
![Chart2 Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/chart2.png)
... ...
@@ -479,7 +479,7 @@ The chart tab allows the user to add or modify trend, pie, plot, and bar charts
479 479
AdHocSettings.ShowChartTab = false;
480 480
```
481 481
482
-**Gauge**
482
+###Gauge Tab
483 483
484 484
![Gauge Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/gauge.png)
485 485
... ...
@@ -489,7 +489,7 @@ The gauges tab allows the user to add or modify gauges used in a report through
489 489
AdHocSettings.ShowGaugeTab = false;
490 490
```
491 491
492
-**Map**
492
+###Map Tab
493 493
494 494
![Map Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/map.png)
495 495
... ...
@@ -499,7 +499,7 @@ The map tab allows the user to add or modify a map to be used in a report throug
499 499
AdHocSettings.ShowMapTab = false;
500 500
```
501 501
502
-**Misc**
502
+###Misc Tab
503 503
504 504
![Misc Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/misc.png)
505 505
... ...
@@ -509,7 +509,7 @@ The misc tab allows the user to set the title, description, header, footer, repo
509 509
AdHocSettings.ShowMiscTab = false;
510 510
```
511 511
512
-**Style**
512
+###Style Tab
513 513
514 514
![Style Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/style.png)
515 515
... ...
@@ -519,7 +519,7 @@ The style tab allows the user to modify the report colors, print options, visual
519 519
AdHocSettings.ShowStyleTab = false;
520 520
```
521 521
522
-**Filters**
522
+###Filters Tab
523 523
524 524
![Filters Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/filters.png)
525 525
... ...
@@ -529,7 +529,7 @@ The filters tab allows the user to add or modify filters used on report data thr
529 529
AdHocSettings.ShowFiltersTab = false;
530 530
```
531 531
532
-**Preview**
532
+###Preview Tab
533 533
534 534
![Preview Tab](http://wiki.izenda.us/Guides/Toolbar-Buttons/preview.png)
535 535