ExportProviderExport Method

Performs an export.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public abstract ExportResult Export(
	ExportRequest request
)

Parameters

request
Type: Dundas.BI.ExportExportRequest
The export request.

Return Value

Type: ExportResult
The export result.
Exceptions
ExceptionCondition
ArgumentNullExceptionrequest is .
InvalidOperationExceptionThe associated View is not checked out to the caller.
NotFoundExceptionThe associated View does not exist.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also