ImportExportExportData Method |
|
DataPA OpenAnalytics API Reference
Export set-up data to a DataPA export file (.pax). If calling you must handle
the ExportThis event to specify the systems and subjects you wish to export.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ExportData(
string Filename,
int RecordsToExport = 0,
ref Object ProgressBar = null
)
Public Sub ExportData (
Filename As String,
Optional RecordsToExport As Integer = 0,
Optional ByRef ProgressBar As Object = Nothing
)
public:
void ExportData(
String^ Filename,
int RecordsToExport = 0,
Object^% ProgressBar = nullptr
)
function ExportData(Filename, RecordsToExport, ProgressBar);
Parameters
- Filename
- Type: SystemString
Full path name of export file - RecordsToExport (Optional)
- Type: SystemInt32
Optional, used to scale the Progressbar - ProgressBar (Optional)
- Type: SystemObject
Optional Progressbar
Remarks See Also