![]() | IRecord Interface |
Namespace: Opait.ReportMiner.Api
public interface IRecord
The IRecord type exposes the following members.
Name | Description | |
---|---|---|
![]() | Fields |
Gets the list of fields detected for this record.
|
![]() | FileName |
Gets or sets the archived file name of the record.
|
![]() | Number |
Gets or sets the ordinal number of the record.
|
![]() | Pages |
Gets the list of exported page numbers in this record.
|
![]() | Sections |
Gets the list of sections detected for this record.
|
![]() | Tables |
Gets the list of tables detected for this record.
|
![]() | Title |
Gets or sets the record title.
|
Name | Description | |
---|---|---|
![]() | AddField |
Adds a user defined field to the list of detected fields.
|
![]() | CopyTableToClipboard |
Copies the specified table to the Clipboard.
|
![]() | FormatDataTable |
Formats the specified table as a System.Data.DataTable object.
|
![]() | FormatTable |
Formats the specified table as text.
|
![]() | FormatTableCSV |
Formats the specified table as a comma delimited string.
|
![]() | FormatTableXML |
Formats the specified table as XML.
|
![]() | GetField |
Gets a field that matches the given name.
|
![]() | GetSection |
Gets a section that matches the given name.
|
![]() | GetTable |
Gets a table that matches the given name.
|
![]() | RemoveField |
Removes the specified field from the list of detected fields.
|
![]() | RemoveTable |
Removes the specified table from the list of detected tables.
|