The PageView type exposes the following members.

Constructors

  NameDescription
Public methodPageView
Creates the PerpetuumSoft.Reporting.WebViewer.Client.View.PageView class instance.

Methods

  NameDescription
Public methodDeletePageContent
Deletes the page content.
(Overrides PageViewBase..::..DeletePageContent(Int32).)
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.
(Overrides PageViewBase..::..GetCurrentPageNumber()()()().)
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.
(Overrides PageViewBase..::..InitializeView(Element, List<(Of <<'(ElementSizeModel>)>>)).)
Public methodIsFirstPage
Checks if the current page is the first one.
(Overrides PageViewBase..::..IsFirstPage()()()().)
Public methodIsLastPage
Checks if the current page is the last one.
(Overrides PageViewBase..::..IsLastPage()()()().)
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.
(Overrides PageViewBase..::..NavigateToFirstPage()()()().)
Public methodNavigateToLastPage
Navigates to the last report page and sets it as current.
(Overrides PageViewBase..::..NavigateToLastPage()()()().)
Public methodNavigateToPage
Navigates to the specified page and sets it as current page.
(Overrides PageViewBase..::..NavigateToPage(Int32).)
Public methodNavigateToPageElement
Navigates to the specified page in the specified coordinates and sets it as current.
(Overrides PageViewBase..::..NavigateToPageElement(Int32, Single, Single).)
Public methodSetLoadingIndicator
Sets an element which is displayed during the loading.
(Overrides PageViewBase..::..SetLoadingIndicator(Element).)
Public methodSetPageContent
Sets page's content.
(Overrides PageViewBase..::..SetPageContent(Int32, String).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_errorProvider
An object of the ErrorProvider class which provides access to errors which occurs in the component work.
(Inherited from PageViewBase.)
Public fieldBookmarkClickEvent
Occurs when a link in bookmark is clicked.
(Inherited from PageViewBase.)
Public fieldCurrentPageNumberChangedEvent
Occurs when a number of the current page is changed.
(Inherited from PageViewBase.)
Public fieldDisplayedPageChangedEvent
Occurs when page visibility is changed.
(Inherited from PageViewBase.)
Public fieldHyperlinkClickEvent
Occurs when a link is clicked.
(Inherited from PageViewBase.)

See Also