ClassReportViewerStates
Class
Defines the names of the report viewer visual states.
Definition
Namespace:Telerik.ReportViewer.Wpf
Assembly:Telerik.ReportViewer.Wpf.dll
Syntax:
cs-api-definition
public static class ReportViewerStates
Inheritance: objectReportViewerStates
Fields
ViewerError
Specifies the name of the Error visual state.
Declaration
cs-api-definition
public const string ViewerError = "ViewerErrorState"
Field Value
string
ViewerPage
Specifies the name of the visual state when a page is displayed.
Declaration
cs-api-definition
public const string ViewerPage = "ViewerPageState"
Field Value
string
ViewerWorkInProgress
Specifies the name of the InProgress visual state.
Declaration
cs-api-definition
public const string ViewerWorkInProgress = "ViewerWorkInProgressState"
Field Value
string