Click or drag to resize

ReportModel Constructor

Initializes a new instance of the ReportModel class.

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

Parameters

path
Type: SystemString
The path of the model definition file to load and validate.
See Also