how to solve this error in XtraReports 'invalid property or parameter class'?

Posted by ahmed on Stack Overflow See other posts from Stack Overflow or by ahmed
Published on 2010-03-29T08:47:57Z Indexed on 2010/03/29 8:53 UTC
Read the original article Hit count: 546

Filed under:

How to solve this error message in Xtrareport , I am confused. I am binding to a XrLabel and this is the code Report.DataBindings.Add(New DevExpress.XtraReports.UI.XRBinding("empid", myds, "empno")) `

where empid is the Xrlabel text and myds is datasource , and empno is the data field where this data will be displayed on XrLabel(empid). when I debug it gives me error ' invalid property or parameter class '. Any help will be appreciated.

Is my question clear ?

© Stack Overflow or respective owner

Related posts about xtrareport