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 Data2_AfterPrint(object sender, EventArgs e) // { // if ((String)Report.GetColumnValue("request_summary.data_1.data_2.color"))=="1" // Data2.FillColor = Color.blue; // } } }