CSSData Class

Definition

Namespace: PCBI.HtmlReportTools_Library.DataTemplates
Assembly: PCBI.HtmlReportTools_Library (in PCBI.HtmlReportTools_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class CSSData
Inheritance
Object    CSSData

Constructors

CSSData(ReportBaseData)Initializes a new instance of the CSSData class
CSSData(CustomizationData, Int32)Initializes a new instance of the CSSData class

Properties

BackgroundColorActivatedTab The background color for the active tab
BackgroundColorBody The background color of the report window
BackgroundColorInfoBox The background color of info boxes
BackgroundColorTableHeader The background color of the table headers
BackgroundColorTabs The background color of the tabs on top of the report page
BackgroundColorWindow The background color of the window
BackgroundColorWindowHeader The background color of window headers on top of the report page
BackgroundColorWindowLighten The background color of the window, lightened
BackgroundText Define text that shows up in the background of the report window
HoverColorTableRow The color of hovered rows in a table
OverviewImageMaxHeight The maximum height of the image in the overview control
SelectedColorTableRow The color of selected rows in a table
TextColorActivatedTab The color of the text for the active tab
TextColorInfoBox The color of the text inside of info boxes
TextColorTableHeader The color of the text in the table headers
TextColorTableHeaderSortedColumn The color of the text in sorted columns in the table headers
TextColorTabs The color of the text in the tabs on top of the report page
TextColorWindowHeader The color of the text on top of the report page

See Also