using System; using System.Drawing; using System.Collections; using System.ComponentModel; using DevExpress.XtraReports.UI; namespace Neo.LegitimateLicences.Reports.Hidden { public partial class Adjudication_AdjudicationDecisionAnnexure : DevExpress.XtraReports.UI.XtraReport { public Adjudication_AdjudicationDecisionAnnexure() { InitializeComponent(); } private void tableCell3_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) { } } }