The DocumentManager type exposes the following members.

Constructors

  NameDescription
Public methodDocumentManager
Creates the PerpetuumSoft.Reporting.WebViewer.Client.DocumentManager class instance.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExportDocument
Perfprms query for export of a document in the specified 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 methodGetBookmarkInfo
Returns data about a bookmark.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetServiceUrl
Gets service Url.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadDocumentInfo
Performs rendering of the report and loads the report metadata.
Public methodLoadDocumentMapInfo
Performs query for bookmarks tree loading.
Public methodLoadPageInfo
Loads a page metadata.
Public methodLoadPageInfoFull
Performs rendering of the report and loads a page metadata.
Public methodLoadReportParameters
Loads a parameters list which used in report.
Public methodLoadThumbnailsInfo
Loads a list of links for thumbnails.
Public methodLoadThumbnailsInfoFull
Performs rendering of the report and loads a list of links for thumbnails.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrintDocument
Performs query for a document printing. Opens a browser window and redirects a stream from server to this window.
Public methodSetPageCacheSize
Sets a page cache size.
Public methodSetServiceUrl
Sets Url for connection to service.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldDocumentInfoLoadedEvent
Occurs when data about a document were received from a server.
Public fieldDocumentMapInfoLoadedEvent
Occurs when data about bookmarks tree were received from a server.
Public fieldDocumentTitle
Gets or sets a document title.
Public fieldExportWindowParam
Gets or sets the parameters which uses when executed "window.open" for export document.
Public fieldPageDeletedFromCacheEvent
Occurs when a page was removed from cache.
Public fieldPageInfoLoadedEvent
Occurs when data about a page were received from a server.
Public fieldPrintWindowParam
Gets or sets the parameters which uses when executed "window.open" for print document.
Public fieldReportParametersLoadedEvent
Occurs when report parameters were received from a server.
Public fieldStatus
Gets or sets the document state.
Public fieldThumbnailsInfoLoadedEvent
Occurs when data about pages thumbnails were received from a server.
Public fieldThumbnailSize
Gets and sets thumbnails sizes.
Public fieldThumbnailsLink
Gets or sets a list of links for loading thumbnails for each page.

See Also