The ReportViewer type exposes the following members.

Constructors

  NameDescription
Public methodReportViewer
Creates the PerpetuumSoft.Reporting.WebViewer.Client.ReportViewer class instance.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportTo
Performs query for document export into specified by a user format. Opens a browser window and redirects a stream from server to this window.
Public methodExportToExcel
Performs query for document export into the Excel format. Opens a browser window and redirects a stream from server to this window.
Public methodExportToHtml
Performs query for document export into the HTML format. Opens a browser window and redirects a stream from server to this window.
Public methodExportToPdf
Performs query for document export into the Pdf format. Opens a browser window and redirects a stream from server to this window.
Public methodExportToRtf
Performs query for document export into the RTF format. Opens a browser window and redirects a stream from server to this window.
Public methodExportToXps
Performs query for document export into the Xps format. Opens a browser window and redirects a stream from server to this window.
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 methodFirstPage
Navigates to the first page.
Public methodGetCurrentPage
Gets a number of a current page.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetServiceUrl
Gets a service Url.
Public methodGetThumbnailSize
Gets a thumbnail size.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGoToBookmark
Navigates to the element with "bookmark" name.
Public methodIsFirstPage
Checks if the current page is the first one.
Public methodIsLastPage
Checks if the current page is the last one.
Public methodLastPage
Navigates to the last page.
Public methodLoadDocumentMapInfo
Performs query for loading of bookmarks tree.
Public methodLoadReportParameters
Performs query to server for parameters loading.
Public methodLoadThumbnails
Performs query for data about pages thumbnails from a server.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextPage
Navigates to the next page.
Public methodPrevPage
Navigates to the previous page.
Public methodPrint
Performs query for receiving of a document from server in the Html format for printing.
Public methodRenderDocument
Performs query to server for a document rendering and loading of document data onto the client.
Public methodSetCurrentPage
Sets a current page with number equal to "pageNumber" and displays the page.
Public methodSetDocumentLoadingElement
Sets web page element which will displayed during a document loading.
Public methodSetDocumentMapControl
Sets web page element which will be used for display of bookmarks tree.
Public methodSetHyperlinkClickHandler
Sets a handler for hyperlink click event.
Public methodSetInvisibleThumbnailCacheSize
Sets the number of thumbnails, which will be loaded before and after the visible thumbnails.
Public methodSetPageCacheSize
Sets size of pages cache.
Public methodSetPageLoadingElement
Sets web page element which will displayed during a document page loading.
Public methodSetPageView
Sets view model for reports pages display.
Public methodSetServiceUrl
Sets a service Url.
Public methodSetThumbnailsControl
Sets web page element which will be used for display of pages thumbnails.
Public methodSetThumbnailSize
Sets a thumbnail size.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldCurrentPageChangedEvent
Occurs when current page was changed.
Public fieldDocumentInfoLoadedEvent
Occurs when data about a document were received form a server.
Public fieldDocumentMapElementClickEvent
Occurs when the element in bookmarks tree was clicked.
Public fieldDocumentMapLoadedEvent
Occurs when data about bookmarks tree were received from a server.
Public fieldErrorEvent
Event raise when an error occurs.
Public fieldPageInfoLoadedEvent
Occurs when data about a page were received from a server.
Public fieldParameters
Gets or sets a parameters list.
Public fieldReportName
Gets or sets a report name.
Public fieldReportParametersLoadedEvent
Occurs when report parameters were received from a server.
Public fieldThumbnailClickEvent
Occurs when a thumbnail was clicked.
Public fieldThumbnailsInfoLoadedEvent
Occurs when data about thumbnails were received from a server.

See Also