how to solve this error in XtraReports 'invalid property or parameter class'?
- by ahmed
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 ?