Click or drag to resize

ExportProject Constructor (String)

Class construction from a saved project file in XML format.

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

Parameters

fileName
Type: SystemString
The project file.
See Also