using System; using System.Drawing; using System.Collections; using System.ComponentModel; using BeWo.Report.ReportObjects; using BeWo.Report; namespace BeWo.FeidPartnerReports { public partial class Hilfeplanuebersicht : DevExpress.XtraReports.UI.XtraReport, IBeWoReport { public Hilfeplanuebersicht() { InitializeComponent(); } public void SetReportDataSource(SupportConceptListRO pRO) { this.bindingSource1.DataSource = pRO; } } }