ReportsLoad Method |
| Name | Description | |
|---|---|---|
| Load(IAppContext) |
Loads the collection of reports from the database. This includes both tenant-independent
reports and tenant-specific reports.
| |
| Load(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.
|