Online Documentation for Advanced Data Export .NET

QExportBase.ExportedRecord


 

public delegate void ExportedRecordEvent(object Sender, int RecNo);

 

public event SqlManager.QExport.Delegates.ExportedRecordEvent ExportedRecord

 

Description

The ExportedRecord event takes place after the export of each source record. It is most frequently used to transfer to the user the information on the export execution process, such as: display of the number of records exported, the increase of the ProgressBar position, etc.