Click or drag to resize

AdHocReport Constructor (IDatabase, String)

Loader/constructor -- constructs object by loading the specified item from the database.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public AdHocReport(
	IDatabase db,
	string adhocID
)

Parameters

db
Type: NetQuarryIDatabase
The database from which to load.
adhocID
Type: SystemString
The ad hoc list report to load.
See Also