ITransferServiceSaveExportConfiguration Method  | 
 
            Saves an export configuration.
            
 
    Namespace: 
   Dundas.BI.Transfer
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid SaveExportConfiguration(
	ExportConfig exportConfig
)
Sub SaveExportConfiguration ( 
	exportConfig As ExportConfig
)
void SaveExportConfiguration(
	ExportConfig^ exportConfig
)
abstract SaveExportConfiguration : 
        exportConfig : ExportConfig -> unit 
Parameters
- exportConfig
 - Type: Dundas.BI.TransferExportConfig
The export configuration object to be saved. 
Exceptions
See Also