Class ReportViewerStates
Defines the names of the report viewer visual states.
Inheritance
Namespace: Telerik.ReportViewer.Silverlight
Assembly: Telerik.ReportViewer.Silverlight.dll
Syntax
public static class ReportViewerStates : Object
Fields
DocumentMapCollapsed
Specifies the name of the document map collapsed state.
Declaration
public const string DocumentMapCollapsed = "DocumentMapCollapsedState"
Field Value
System.String
|
DocumentMapStateGroup
Specifies the name of the document map visual state group.
Declaration
public const string DocumentMapStateGroup = "DocumentMapGroup"
Field Value
System.String
|
DocumentMapVisible
Specifies the name of the document map's visible state.
Declaration
public const string DocumentMapVisible = "DocumentMapVisibleState"
Field Value
System.String
|
ExportComplete
Specifies the name of the visual state when export is complete.
Declaration
public const string ExportComplete = "ExportCompleteState"
Field Value
System.String
|
ExportInProgress
Specifies the name of the visual state when export is in progress.
Declaration
public const string ExportInProgress = "ExportInProgressState"
Field Value
System.String
|
ExportNoExport
Specifies the name of the visual state when there is no export.
Declaration
public const string ExportNoExport = "ExportNoExportState"
Field Value
System.String
|
ExportReportStateGroup
Specifies the name of the Export state visual group.
Declaration
public const string ExportReportStateGroup = "ExportReportStateGroup"
Field Value
System.String
|
ParametersAreaCollapsed
Specifies the name of the parameters area collapsed state.
Declaration
public const string ParametersAreaCollapsed = "ParametersAreaCollapsedState"
Field Value
System.String
|
ParametersAreaStateGroup
Specifies the name of the parameters area states group.
Declaration
public const string ParametersAreaStateGroup = "ParametersAreaGroup"
Field Value
System.String
|
ParametersAreaVisible
Specifies the name of the parameters area visible state.
Declaration
public const string ParametersAreaVisible = "ParametersAreaVisibleState"
Field Value
System.String
|
PrintComplete
Specifies the name of the visual state when print is complete.
Declaration
public const string PrintComplete = "ExportCompleteState"
Field Value
System.String
|
PrintInProgress
Specifies the name of the visual state when print is in progress.
Declaration
public const string PrintInProgress = "PrintInProgressState"
Field Value
System.String
|
PrintNoPrint
Specifies the name of the visual state when there is no print.
Declaration
public const string PrintNoPrint = "PrintNoPrintState"
Field Value
System.String
|
PrintReportStateGroup
Specifies the name of the Print state visual group.
Declaration
public const string PrintReportStateGroup = "PrintReportStateGroup"
Field Value
System.String
|
UpdateParametersComplete
Specifies the name of the visual state when parameters update is complete.
Declaration
public const string UpdateParametersComplete = "UpdateParametersCompleteState"
Field Value
System.String
|
UpdateParametersInProgress
Specifies the name of the visual state when parameters update is in progress.
Declaration
public const string UpdateParametersInProgress = "UpdateParametersInProgressState"
Field Value
System.String
|
UpdateParametersStateGroup
Specifies the name of the update parameters visual state group.
Declaration
public const string UpdateParametersStateGroup = "UpdateParametersStateGroup"
Field Value
System.String
|
ViewerError
Specifies the name of the Error visual state.
Declaration
public const string ViewerError = "ViewerErrorState"
Field Value
System.String
|
ViewerPage
Specifies the name of the visual state when a page is displayed.
Declaration
public const string ViewerPage = "ViewerPageState"
Field Value
System.String
|
ViewerStateGroup
Specifies the name of the viewer visual states group.
Declaration
public const string ViewerStateGroup = "ViewerStateGroup"
Field Value
System.String
|
ViewerWorkInProgress
Specifies the name of the InProgress visual state.
Declaration
public const string ViewerWorkInProgress = "ViewerWorkInProgressState"
Field Value
System.String
|