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.
I'm also having problems dropping a BO onto the report designer so I can pick and choose the fields I want. I was able to drop the BusinessBindingSource but got an error trying to assign a BO.
How did you get this working?
Thanks,Tim