Client side classes.
Classes
Class | Description | |
---|---|---|
ClientError |
Class represents information about the error occurred on the client.
| |
CommunicationError |
Class represents information about the communication error.
| |
DClass |
Used for processing of an object which was received from a server.
| |
DocumentManager |
Manages loading of documents from a server.
| |
ErrorBase |
Base class represents information about the errors.
| |
ErrorLocalizeProvider |
Returns messages about errors occurred in the client's application.
| |
ErrorModel |
Class represents information about type and information of error.
| |
ErrorProvider |
Class provides error handling
| |
JsonDataConverter |
Processes an object which was received from a server.
| |
ReportViewer |
An object for a report representation, navigation and export.
| |
ServerError |
Class represents information about the error occurred on the server.
| |
ServiceProvider |
Provides generation and sending of queries to service for reports getting.
| |
Viewport |
Class which checks visibility of the container element objects.
|
Interfaces
Interface | Description | |
---|---|---|
IReportService |
Exposes a method for getting report.
|
Delegates
Delegate | Description | |
---|---|---|
DocumentInfoLoadedCallback |
The callback function which is invoked when data about a document were received from a server.
| |
DocumentMapElementClickCallback |
The callback function which is invoked when a user clicks an element in bookmarks tree.
| |
DocumentMapInfoCallback |
The callback function which is invoked when data about bookmarks tree were received from a server.
| |
ErrorCallback |
The callback function which is invoked when an error occurs.
| |
HyperlinkCallback |
The callback function which is invoked when a user clicks a hyperlink in a report.
| |
PageCallback |
The callback function which is used to inform a user about change of a page number.
| |
PageInfoLoadedCallback |
The callback function which is invoked when data about a page were received from a server.
| |
ReportParametersLoadedCallback |
The callback function which is invoked when report parameters were received from a server.
| |
ThumbnailsInfoLoadedCallback |
The callback function which is invoked when data about thumbnails were received from a server.
|
Enumerations
Enumeration | Description | |
---|---|---|
DocumentStatus |
Defines document's status during a report loading.
| |
ErrorType |
Defines types of errors occurred in a application.
|