using DevExpress.XtraReports.UI; using System; using System.Collections; using System.ComponentModel; using System.Drawing; namespace Lux.Report.Data.Template { public partial class MaterialReqOrdRowReport_02 : DevExpress.XtraReports.UI.XtraReport { public MaterialReqOrdRowReport_02() { InitializeComponent(); } } }