The ViewManager type exposes the following members.

Constructors

  NameDescription
Public methodViewManager
Initializes an object of the PerpetuumSoft.Reporting.WebViewer.Client.View.ViewManager class.

Methods

  NameDescription
Public methodDeletePageContent
Deletes the page content.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCurrentPageNumber
Returns a number of the current page.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeView
Creates page layout in the element for display.
Public methodIsFirstPage
Checks if the current page is the first one.
Public methodIsLastPage
Checks if the current page is the last one.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNavigateToFirstPage
Navigates to the first report page and sets it as current.
Public methodNavigateToLastPage
Navigates to the last report page and sets it as current.
Public methodNavigateToPage
Navigates to the specified page and sets it as current page.
Public methodNavigateToPageElement
Navigates to the specified page in the specified coordinates and sets it as current.
Public methodSetLoadingIndicator
Sets an element which is displayed during the loading.
Public methodSetPageContent
Sets page's content.
Public methodSetPageView
Sets report pages view model.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldBookmarkClickEvent
Occurs when a link in bookmark is clicked.
Public fieldCurrentPageNumberChangedEvent
Occurs when a number of the current page is changed.
Public fieldDisplayedPageChangedEvent
Occurs when page visibility is changed.
Public fieldHyperlinkClickEvent
Occurs when a link is clicked.

See Also