IExportService Interface

Provides export of dashboards to various formats.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IExportService

The IExportService type exposes the following members.

Methods
  NameDescription
Public methodCancelExportRequest
Gets the value indicating whether the ExportRequest specified in the identifier has been successfully canceled.
Public methodCreateExportResult
Creates the export result from an export request.
Public methodExportResultInfoQuery
Gets the export result information corresponding to query criteria.
Public methodGenerateAndStoreViewThumbnailAsync
Generates a PNG thumbnail image for the view of the specified size.
Public methodGenerateViewThumbnailAsync
Generates a thumbnail image for the view.
Public methodGetExportBlobResult
Gets the result of an export that is stored in a BLOB.
Public methodGetExportResultInfos
Gets the export result information for exports generated by current user.
Public methodGetExportResultInfos(Guid)
Gets the export result information for exports generated by current user.
Public methodGetExportResultName
Gets the name for an export result.
Public methodGetQueuedExportRequests
Gets the pending export requests for the specified session.
Public methodResolveSessionPaperSize
Gets the paper size according to the session culture.
Public methodStoreExportResultAsBlob
Stores the export result as a BLOB.
Top
See Also