ITransferServiceExport 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.3.0.1000)
SyntaxTransferResult Export(
	ExportConfig config
)
Function Export ( 
	config As ExportConfig
) As TransferResult
TransferResult^ Export(
	ExportConfig^ config
)
abstract Export : 
        config : ExportConfig -> TransferResult 
Parameters
- config
 - Type: Dundas.BI.TransferExportConfig
The configuration for performing the export operation. 
Return Value
Type: 
TransferResultThe result of the export.
Exceptions
See Also