DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
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
C# |
---|
public void ExportData( string Filename, int RecordsToExport = 0, ref Object ProgressBar = null ) |
Visual Basic |
---|
Public Sub ExportData ( Filename As String, Optional RecordsToExport As Integer = 0, Optional ByRef ProgressBar As Object = Nothing ) |
Visual C++ |
---|
public: void ExportData( String^ Filename, int RecordsToExport = 0, Object^% ProgressBar = nullptr ) |
Parameters
- Filename
- Type: System..::..String
Full path name of export file
- RecordsToExport (Optional)
- Type: System..::..Int32
Optional, used to scale the Progressbar
- ProgressBar (Optional)
- Type: System..::..Object%
Optional Progressbar