Interface IReportUnitKey
Represents a key for identifying report units.
public interface IReportUnitKey : IReportGroupKey
Methods
IsCoveredBy(IReportUnitKey)
Determines whether the report of the current unit key is covered by another report.
bool IsCoveredBy(IReportUnitKey key)
Parameters
keyIReportUnitKey- The unit key of the other report.
Returns
- bool
- Whether the report of the current unit key is covered by the other report.