[StayPublic]
[DoNotObfuscateType]
public interface IArcherReport : IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherEntityBase, IArcherBase
Declaration
IDictionary<string, dynamic> Details { get; }
Property Value
Declaration
IEnumerable<IDisplayField> DisplayFields { get; }
Property Value
Declaration
bool IsStatisticsReport { get; }
Property Value
Declaration
IArcherModule Module { get; }
Property Value
Declaration
string SearchOptions { get; }
Property Value