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