The ReportViewer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportViewer |
Creates the PerpetuumSoft.Reporting.WebViewer.Client.ReportViewer class instance.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
ExportTo |
Performs query for document export into specified by a user format. Opens a browser window and redirects a stream from server to this window.
| |
ExportToExcel |
Performs query for document export into the Excel format. Opens a browser window and redirects a stream from server to this window.
| |
ExportToHtml |
Performs query for document export into the HTML format. Opens a browser window and redirects a stream from server to this window.
| |
ExportToPdf |
Performs query for document export into the Pdf format. Opens a browser window and redirects a stream from server to this window.
| |
ExportToRtf |
Performs query for document export into the RTF format. Opens a browser window and redirects a stream from server to this window.
| |
ExportToXps |
Performs query for document export into the Xps format. Opens a browser window and redirects a stream from server to this window.
| |
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.) | |
FirstPage |
Navigates to the first page.
| |
GetCurrentPage |
Gets a number of a current page.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetServiceUrl |
Gets a service Url.
| |
GetThumbnailSize |
Gets a thumbnail size.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GoToBookmark |
Navigates to the element with "bookmark" name.
| |
IsFirstPage |
Checks if the current page is the first one.
| |
IsLastPage |
Checks if the current page is the last one.
| |
LastPage |
Navigates to the last page.
| |
LoadDocumentMapInfo |
Performs query for loading of bookmarks tree.
| |
LoadReportParameters |
Performs query to server for parameters loading.
| |
LoadThumbnails |
Performs query for data about pages thumbnails from a server.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NextPage |
Navigates to the next page.
| |
PrevPage |
Navigates to the previous page.
| |
Performs query for receiving of a document from server in the Html format for printing.
| ||
RenderDocument |
Performs query to server for a document rendering and loading of document data onto the client.
| |
SetCurrentPage |
Sets a current page with number equal to "pageNumber" and displays the page.
| |
SetDocumentLoadingElement |
Sets web page element which will displayed during a document loading.
| |
SetDocumentMapControl |
Sets web page element which will be used for display of bookmarks tree.
| |
SetHyperlinkClickHandler |
Sets a handler for hyperlink click event.
| |
SetInvisibleThumbnailCacheSize |
Sets the number of thumbnails, which will be loaded before and after the visible thumbnails.
| |
SetPageCacheSize |
Sets size of pages cache.
| |
SetPageLoadingElement |
Sets web page element which will displayed during a document page loading.
| |
SetPageView |
Sets view model for reports pages display.
| |
SetServiceUrl |
Sets a service Url.
| |
SetThumbnailsControl |
Sets web page element which will be used for display of pages thumbnails.
| |
SetThumbnailSize |
Sets a thumbnail size.
| |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
CurrentPageChangedEvent |
Occurs when current page was changed.
| |
DocumentInfoLoadedEvent |
Occurs when data about a document were received form a server.
| |
DocumentMapElementClickEvent |
Occurs when the element in bookmarks tree was clicked.
| |
DocumentMapLoadedEvent |
Occurs when data about bookmarks tree were received from a server.
| |
ErrorEvent |
Event raise when an error occurs.
| |
PageInfoLoadedEvent |
Occurs when data about a page were received from a server.
| |
Parameters |
Gets or sets a parameters list.
| |
ReportName |
Gets or sets a report name.
| |
ReportParametersLoadedEvent |
Occurs when report parameters were received from a server.
| |
ThumbnailClickEvent |
Occurs when a thumbnail was clicked.
| |
ThumbnailsInfoLoadedEvent |
Occurs when data about thumbnails were received from a server.
|