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
)
Public Sub New (
db As IDatabase,
adhocID As String
)
Parameters
- db
- Type: NetQuarryIDatabase
The database from which to load. - adhocID
- Type: SystemString
The ad hoc list report to load.
See Also