Click or drag to resize

ProcessorParseRecords Method

Extract and parse all logical records in the current report file.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public IEnumerable<IRecord> ParseRecords()

Return Value

Type: IEnumerableIRecord
A list of logical records found in the report file.
See Also