Interface IReport
The system entity for a base report. This is the main report base. All report entities inherit from this
See https://web.lemonedge.com/help/reports/ for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.Report, "dbo.LT_Reports", "Report", LabelColumn = "Name", IsStandingDataEntity = false, HelpURL = "reports")]
[DefaultEntityIcon(ImageType.Report)]
public interface IReport : IReportBase, IBaseEntityWithPermissions, ISetCopier, IUserSpecific, IHasVersion, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties