using System; using System.Drawing; using System.Collections; using System.ComponentModel; using DevExpress.XtraReports.UI; namespace Neo.LegitimateLicences.Reports.ITAuditReports { public partial class ITAudit_ActivityReport : DevExpress.XtraReports.UI.XtraReport { public ITAudit_ActivityReport() { InitializeComponent(); } } }