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