WebReportViewerThemeColors Class Members
In This Topic
The following tables list the members exposed by WebReportViewerThemeColors.
Public Constructors
Public Properties
| Name | Description |
 | BackgroundColor | This value should not be a null reference (Nothing in Visual Basic) as its only used by the @Html.WebReportViewer helper and has no effect on the viewer itself when using it directly through the "theme"-property of the Web Report Viewer component. |
 | NavigationBorderColor | Gets or sets the border color of the 1px top menu navigation bar border in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | NavigationColor | Gets or sets the background color of the top menu navigation bar in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | NavigationColorActive | Gets or sets the background color of the active top menu navigation bar menu item in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | NavigationColorHover | Gets or sets the background color of the hovered top menu navigation bar menu item in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | NavigationColorSelected | Gets or sets the background color of the selected top menu navigation bar menu item in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | SelectOptionBackgroundColor | Gets or sets the background color of a dropdown option (e.g. dropdown selection in report parameters) in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | SelectOptionBackgroundColorSelected | Gets or sets the background color of a dropdown option that is selected (e.g. dropdown selection in report parameters) in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | SelectOptionFontColor | Gets or sets the font color of a dropdown option (e.g. dropdown selection in report parameters) in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | SelectOptionFontColorSelected | Gets or sets the font color of a dropdown option that is selected (e.g. dropdown selection in report parameters) in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | SideBarBorderColor | Gets or sets the border color of the 1px sidebar border in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | SideBarColor | Gets or sets the background color of all sidebars within the viewer (e.g. thumbnails, report parameters) in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | ThumbnailBorderColor | Gets or sets the border color of the 2px thumbnail border in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | ThumbnailBorderColorActive | Gets or sets the border color of the 2px thumbnail border for the selected page in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
 | ThumbnailBorderColorHover | Gets or sets the border color of the 2px thumbnail border when the mouse is hovering the specific thumbnail in the viewer as a CSS property value. If this value is a null reference (Nothing in Visual Basic), the viewer will use its default value. |
Top
See Also