0935abe1035a91331aa7bd7877a8ebadb78e1a6a
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 |  |
| 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 |  |
| 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 |  |
| 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 |  |
| 474 | 474 |  |
| ... | ... | @@ -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 |  |
| 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 |  |
| 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 |  |
| 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 |  |
| 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 |  |
| 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 |  |
| 535 | 535 |