Open this page in the API Guide

ITransferService.Export Method

Export a transfer file according to the specified export configuration.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
TransferResult Export(
	ExportConfig config
)

Parameters

config
Type: Dundas.BI.Transfer.ExportConfig
The configuration for performing the export operation.

Return Value

Type: TransferResult
The result of the export.
Exceptions
ExceptionCondition
ArgumentNullExceptionconfig is null.
InvalidOperationExceptionNo items specified to export.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also