I am trying to bind an XtraReport label to a BO field.
Does our BO implements the IList, ITypedList or IBindingList interface? That's what the XtraReport asks me in the help file.
I get an error after I set the report DataSource to the BO :
Private
loEmpresas.FillDataTable(
Report.DataSource = loEmpresas
Report.lblNome.DataBindings.Add(
Report.ShowPreviewDialog()
Any word of advice to direct me in the right direction will be appreciated.
Thanks in advance.