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 NebulokInit(object sender, EventArgs e) { DataSourceBase data = Report.GetDataSource("Adatok"); DataAdatok.DataSource = data; data.Init(); } } }