Share via


Dynamic Report Style Reference

The customizable style sheet files (CSS) Styles10.css, indirectly defines the styles used when rendering the Dynamic Reports in the Reports category of the Analysis module in Business Desk. The FormatControls10.scp file is used to apply the styles to the pivot table and chart.

The style definitions include element styles, class styles, and ID styles. Element styles are those that apply to an element regardless of any class or id attribute settings on that element. Class styles are those that apply to one or more element types only if the class attribute has the particular value that is indicated. Often, the situations in which the styles apply are restricted according to some characteristic of a parent or grandparent element.

The remainder of this topic provides further detail about each of these style categories.

Element Styles

The following figure uses the Ad Frequency report to show the element styles used in a dynamic report table.

Depicts a report table with callouts identifying which tags control which part of the table.

The following figure uses the Ad Frequency report to show the element styles used in a dynamic report graph.

Depicts a report graph with callouts identifying which tags contol which part of the graph.

The following is a list of the standard element styles used in the dynamic report style sheets: A, A:link, A:visited, ADDRESS, B, BODY, BUTTON, CITE, DIV, EM, H1, H2, H3, H4, H5, H6, I, INPUT, LABEL, OPTION, P, SELECT, SPAN, STRONG, TEXTAREA, TD, TH, VAR.

The following list contains information about custom elements used in the dynamic report style sheets.

ChartPlotArea

Background color of the plot area for the chart.

ChartSpace

Background color for the chart.

ChartSpaceDropZones

Font size and background color for the filter dimensions, row dimensions, column dimensions, and data drop zones in the chart.

ChartSpaceLegend

Font size and background color for the chart legend.

ChartSpaceTitle

Font size and background color for the chart title.

ColumnSubtotalsLevel1

Text and background color for the first level column subtotal fields in the pivot table.

ColumnSubtotalsLevel2

Text and background color for the second level column subtotal fields in the pivot table.

GrandTotals

Text and background color for the grand totals in the pivot table.

PivotAxis

Not used.

PivotColumnMembers

Text and background color for the column dimension fields on the pivot table.

PivotDataFields

Text and background color for the filter dimension and the measures on the pivot table.

PivotFields

Text and background color for the filter, row, and column dimension header fields on the pivot table.

PivotMembers

Text and background color for the pivot dimension members on the pivot table.

PivotRowMembers

Text and background color for the row dimension fields on the pivot table.

PivotTable

Background color for the pivot table.

PivotTitleBar

Text and background color for the pivot table title bar on the pivot table.

PivotTotals

Text and background color for the pivot totals on the pivot table.

Profit

Not used.

RowSubtotalsLevel1

Text and background color for the first level row subtotals on the pivot table.

RowSubtotalsLevel2

Text and background color for the second level row subtotals on the pivot table.

Sales

Not used.

Sales Average

Not used.

Store Cost

Not used.

Store Sales

Not used.

Store Sales Net

Not used.

Unit Sales

Not used.

Class Styles

.DATAHEADINGS

Defines style characteristics used when rendering the heading in the table in the body of the static report.

.DATATABLE

Defines style characteristics used when rendering the data in the table in the body of static reports.

.DATATABLE1

Defines style characteristics used when rendering the data in the table in the body of static reports. Used to provide the alternating row colors in the static OLAP reports.

.DATATABLE2

Defines style characteristics used when rendering the data in the table in the body of static reports. Used to provide the alternating row colors in the static OLAP reports.

.DESCRIPTION

Defines style characteristics used when rendering the report description, run by, and run date area of the header

.GRAPHICCEL

Defines style characteristics used when rendering the report logo image.

.STATIC1

Not used.

.TITLEMAIN

Defines style characteristics used when rendering the report name at the top of the report.

.USERINFO

Not used.

ID Styles

#btnNewReport

Defines style characteristics used when rendering the New Report button.

#btnReportHelp

Defines style characteristics used when rendering the Report Help button.

#btnSaveReport

Defines style characteristics used when rendering the Save Report button.

#btnPivotDisplay

Defines style characteristics used when rendering the Show/Hide Pivot button.

#btnChartDisplay

Defines style characteristics used when rendering the Show/Hide Chart button.

#btnDefinitionDisplay

Defines style characteristics used when rendering the Show/Hide Long Definition button.

Copyright © 2005 Microsoft Corporation.
All rights reserved.