using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using System.Data; using FastReport; using FastReport.Data; using FastReport.Dialog; using FastReport.Barcode; using FastReport.Table; using FastReport.Utils; namespace FastReport { public class ReportScript { private void Cell210_BeforePrint(object sender, EventArgs e) { if (((Int32)Report.GetColumnValue("receive_government.data_1.data_2.is_color")) == 1 ) Cell229.Font = new Font("TH Sarabun New", 14, FontStyle.Bold); } } }