Client side classes.

Classes

  ClassDescription
Public classClientError
Class represents information about the error occurred on the client.
Public classCommunicationError
Class represents information about the communication error.
Public classDClass
Used for processing of an object which was received from a server.
Public classDocumentManager
Manages loading of documents from a server.
Public classErrorBase
Base class represents information about the errors.
Public classErrorLocalizeProvider
Returns messages about errors occurred in the client's application.
Public classErrorModel
Class represents information about type and information of error.
Public classErrorProvider
Class provides error handling
Public classJsonDataConverter
Processes an object which was received from a server.
Public classReportViewer
An object for a report representation, navigation and export.
Public classServerError
Class represents information about the error occurred on the server.
Public classServiceProvider
Provides generation and sending of queries to service for reports getting.
Public classViewport
Class which checks visibility of the container element objects.

Interfaces

  InterfaceDescription
Public interfaceIReportService
Exposes a method for getting report.

Delegates

  DelegateDescription
Public delegateDocumentInfoLoadedCallback
The callback function which is invoked when data about a document were received from a server.
Public delegateDocumentMapElementClickCallback
The callback function which is invoked when a user clicks an element in bookmarks tree.
Public delegateDocumentMapInfoCallback
The callback function which is invoked when data about bookmarks tree were received from a server.
Public delegateErrorCallback
The callback function which is invoked when an error occurs.
Public delegateHyperlinkCallback
The callback function which is invoked when a user clicks a hyperlink in a report.
Public delegatePageCallback
The callback function which is used to inform a user about change of a page number.
Public delegatePageInfoLoadedCallback
The callback function which is invoked when data about a page were received from a server.
Public delegateReportParametersLoadedCallback
The callback function which is invoked when report parameters were received from a server.
Public delegateThumbnailsInfoLoadedCallback
The callback function which is invoked when data about thumbnails were received from a server.

Enumerations

  EnumerationDescription
Public enumerationDocumentStatus
Defines document's status during a report loading.
Public enumerationErrorType
Defines types of errors occurred in a application.