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 (26.2.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 methodExportResultInfoQueryGets 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 methodGetExportResultInfo Retrieves the ExportResultInfo of the requested ID.
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(ExportRequest) Gets the name for an export result by resolving the entity name from the request's ViewId. Intended for display of queued requests before execution.
Public methodGetExportResultName(ExportRequest, ExportProvider, String) 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