ReportsLoad Method (IAppContext, StringSet) |
Loads the collection of reports from the database. If a set of tenantReportsIds is provided
(even if empty) only tenant-specific reports for the current tenant are loaded, if null, the
collection is cleared and only tenant-independent reports are loaded.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IAppContext appContext,
StringSet tenantReportIds
)
Public Sub Load (
appContext As IAppContext,
tenantReportIds As StringSet
)
Parameters
- appContext
- Type: NetQuarryIAppContext
The application context object. - tenantReportIds
- Type: NetQuarryStringSet
The set of report ID's for tenant-specific reports, null if all reports are to be loaded.
See Also