Reports Properties |
The Reports type exposes the following members.
Name | Description | |
---|---|---|
Count |
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.) | |
IsFixedSize |
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.) | |
IsReadOnly |
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.) | |
IsSynchronized |
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.) | |
ItemInt32 |
The collection's indexer by position
| |
ItemString |
The collection's indexer (by ID, not name).
| |
Omitted |
Reports that are defined, but omitted due to being disabled, permissioning, or tenant-specificity.
The collection is used to differentiate between reports that are completely unknown (meaning
that references thereto are probably errors) vs. known reports that are unavailable to the user
or at the present time (and therefore probably referenced correctly).
The dictionary maps report key to field id. Reports having no key defined are not added to the list.
| |
SyncRoot |
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.) |