The ViewManager type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddService |
Registers the service.
| |
| Backward |
Returns the view state to the previous state saved in history.
| |
| BeginAnimation |
Starts the animation.
| |
| ClearHistory |
Clears the history of saved states.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FocusSearchTextBox |
Focuses on the search text box.
| |
| Forward |
Switches the view state to the next state saved in history.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetService<(Of <(T>)>) |
Gets the service.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PrintNotFound |
Shows the message which states that the report was not found.
| |
| RememberViewModel |
Saves the current view state.
| |
| SetViewModel |
Sets report view model.
| |
| StopAnimation |
Stops the animation.
| |
| ToString | (Inherited from Object.) | |
| UpdateView |
Updates report view.
|
Properties
| Name | Description | |
|---|---|---|
| CanBackward |
Gets the property which defines possibility of switching backward through display state history.
| |
| CanForward |
Gets the property which defines possibility of switching forward through display state history.
| |
| FontsManager |
Gets FontsManager which is fonts manager.
| |
| Tool |
Gets or sets Tool which is active tool.
| |
| View |
Gets or sets IView which is the element used for report view.
| |
| ViewModel |
Gets ViewModel which is report view model.
|