Click or drag to resize
ImportExportExportData Method DataPA OpenAnalytics
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: DataPAClientConfig
Assembly: 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
)

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