The DocumentManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentManager |
Creates the PerpetuumSoft.Reporting.WebViewer.Client.DocumentManager class instance.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| ExportDocument |
Perfprms query for export of a document in the specified 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.) | |
| GetBookmarkInfo |
Returns data about a bookmark.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetServiceUrl |
Gets service Url.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadDocumentInfo |
Performs rendering of the report and loads the report metadata.
| |
| LoadDocumentMapInfo |
Performs query for bookmarks tree loading.
| |
| LoadPageInfo |
Loads a page metadata.
| |
| LoadPageInfoFull |
Performs rendering of the report and loads a page metadata.
| |
| LoadReportParameters |
Loads a parameters list which used in report.
| |
| LoadThumbnailsInfo |
Loads a list of links for thumbnails.
| |
| LoadThumbnailsInfoFull |
Performs rendering of the report and loads a list of links for thumbnails.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PrintDocument |
Performs query for a document printing. Opens a browser window and redirects a stream from server to this window.
| |
| SetPageCacheSize |
Sets a page cache size.
| |
| SetServiceUrl |
Sets Url for connection to service.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| DocumentInfoLoadedEvent |
Occurs when data about a document were received from a server.
| |
| DocumentMapInfoLoadedEvent |
Occurs when data about bookmarks tree were received from a server.
| |
| DocumentTitle |
Gets or sets a document title.
| |
| ExportWindowParam |
Gets or sets the parameters which uses when executed "window.open" for export document.
| |
| PageDeletedFromCacheEvent |
Occurs when a page was removed from cache.
| |
| PageInfoLoadedEvent |
Occurs when data about a page were received from a server.
| |
| PrintWindowParam |
Gets or sets the parameters which uses when executed "window.open" for print document.
| |
| ReportParametersLoadedEvent |
Occurs when report parameters were received from a server.
| |
| Status |
Gets or sets the document state.
| |
| ThumbnailsInfoLoadedEvent |
Occurs when data about pages thumbnails were received from a server.
| |
| ThumbnailSize |
Gets and sets thumbnails sizes.
| |
| ThumbnailsLink |
Gets or sets a list of links for loading thumbnails for each page.
|