[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Templates.BatchStepProcessor

BatchStepProcessor Class

Provides step-by-step control over batch processing.

Inheritance
BatchStepProcessor
Namespace: GrapeCity.Documents.Word.Templates
Assembly: DS.Documents.Word.dll
Syntax
public class BatchStepProcessor
Public Class BatchStepProcessor
Remarks

Allows callers to manually control iteration through data records. Useful when you need custom logic between iterations or want to skip certain records. The Context is invalidated if any other template operations are performed.

Properties

Name Description
MaxRecordIndex

Gets the zero-based index of the last record available for batch processing.

Methods

Name Description
ProcessRecord(int, Action)

Executes a single step of batch processing.