ProgressStep Property
Controls the granularity at which the Progress event is fired. Values 0-100.
Syntax
public int getProgressStep(); public void setProgressStep(int progressStep);
Remarks
This property controls the granularity at which the Progress event is fired. Values 0-100. If this property is not 0, the Progress event will be fired when 0%, n* ProgressStep and 100% of input data is read.
If this property is 0, the Progress event is disabled.
Default Value
1