Click or drag to resize

IRecord Interface

Interface defines a logical record.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
public interface IRecord

The IRecord type exposes the following members.

Properties
  NameDescription
Public propertyFields
Gets the list of fields detected for this record.
Public propertyFileName
Gets or sets the archived file name of the record.
Public propertyNumber
Gets or sets the ordinal number of the record.
Public propertyPages
Gets the list of exported page numbers in this record.
Public propertySections
Gets the list of sections detected for this record.
Public propertyTables
Gets the list of tables detected for this record.
Public propertyTitle
Gets or sets the record title.
Top
Methods
  NameDescription
Public methodAddField
Adds a user defined field to the list of detected fields.
Public methodCopyTableToClipboard
Copies the specified table to the Clipboard.
Public methodFormatDataTable
Formats the specified table as a System.Data.DataTable object.
Public methodFormatTable
Formats the specified table as text.
Public methodFormatTableCSV
Formats the specified table as a comma delimited string.
Public methodFormatTableXML
Formats the specified table as XML.
Public methodGetField
Gets a field that matches the given name.
Public methodGetSection
Gets a section that matches the given name.
Public methodGetTable
Gets a table that matches the given name.
Public methodRemoveField
Removes the specified field from the list of detected fields.
Public methodRemoveTable
Removes the specified table from the list of detected tables.
Top
See Also