The PageView type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PageView |
Creates the PerpetuumSoft.Reporting.WebViewer.Client.View.PageView class instance.
|
Methods
Name | Description | |
---|---|---|
![]() | DeletePageContent |
Deletes the page content.
(Overrides PageViewBase..::..DeletePageContent(Int32).) |
![]() | 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.) |
![]() | GetCurrentPageNumber |
Returns a number of the current page.
(Overrides PageViewBase..::..GetCurrentPageNumber()()()().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeView |
Creates page layout in the element for display.
(Overrides PageViewBase..::..InitializeView(Element, List<(Of <<'(ElementSizeModel>)>>)).) |
![]() | IsFirstPage |
Checks if the current page is the first one.
(Overrides PageViewBase..::..IsFirstPage()()()().) |
![]() | IsLastPage |
Checks if the current page is the last one.
(Overrides PageViewBase..::..IsLastPage()()()().) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NavigateToFirstPage |
Navigates to the first report page and sets it as current.
(Overrides PageViewBase..::..NavigateToFirstPage()()()().) |
![]() | NavigateToLastPage |
Navigates to the last report page and sets it as current.
(Overrides PageViewBase..::..NavigateToLastPage()()()().) |
![]() | NavigateToPage |
Navigates to the specified page and sets it as current page.
(Overrides PageViewBase..::..NavigateToPage(Int32).) |
![]() | NavigateToPageElement |
Navigates to the specified page in the specified coordinates and sets it as current.
(Overrides PageViewBase..::..NavigateToPageElement(Int32, Single, Single).) |
![]() | SetLoadingIndicator |
Sets an element which is displayed during the loading.
(Overrides PageViewBase..::..SetLoadingIndicator(Element).) |
![]() | SetPageContent |
Sets page's content.
(Overrides PageViewBase..::..SetPageContent(Int32, String).) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _errorProvider |
An object of the ErrorProvider class which provides access to errors which occurs in the component work.
(Inherited from PageViewBase.) |
![]() | BookmarkClickEvent |
Occurs when a link in bookmark is clicked.
(Inherited from PageViewBase.) |
![]() | CurrentPageNumberChangedEvent |
Occurs when a number of the current page is changed.
(Inherited from PageViewBase.) |
![]() | DisplayedPageChangedEvent |
Occurs when page visibility is changed.
(Inherited from PageViewBase.) |
![]() | HyperlinkClickEvent |
Occurs when a link is clicked.
(Inherited from PageViewBase.) |