Click or drag to resize

ReportModel Class

Class represents a parsed and validated Report Miner Model file.
Inheritance Hierarchy
SystemObject
  Opait.ReportMiner.ApiReportModel

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

The ReportModel type exposes the following members.

Constructors
  NameDescription
Public methodReportModel
Initializes a new instance of the ReportModel class.
Top
Fields
  NameDescription
Public fieldFields
Gets the names of fields that are defined in the model.
Public fieldFileName
Gets the name of the file where the model definition is stored.
Public fieldGlobalFields
Gets the names of global fields that are defined in the model.
Public fieldLabels
Gets the names of labels that are defined in the model.
Public fieldTables
Gets the names of tables that are defined in the model.
Top
See Also