WebReportViewerThemeMessageColors Class Members
In This Topic
The following tables list the members exposed by WebReportViewerThemeMessageColors.
Public Constructors
Public Properties
| Name | Description |
 | FailureBody | Gets or sets the background color of the body for a failure message toast 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. |
 | FailureHead | Gets or sets the background color of the header for a failure message toast 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. |
 | HeaderText | Gets or sets the font color of the header for any message toast 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. |
 | InformationBody | Gets or sets the background color of the body for a information message toast 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. |
 | InformationHead | Gets or sets the background color of the header for a information message toast 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