Hi,
While my app is running, I can always see this error popping in the output window,
System.Windows.Data Error: 39 : BindingExpression path error: 'IsSpecialRecord' property not found on 'object' ''CxvViewData' (HashCode=59022875)'. BindingExpression:Path=IsSpecialRecord; DataItem='CxvViewData' (HashCode=59022875); target element is 'DataRecordPresenter' (Name=''); target property is 'NoTarget' (type 'Object')
I haven't defined anything called "IsSpecialRecord", where does this come from?
Thanks.
Hello,
The IsSpecialRecord is a get-only property of a Record. Special records are Filter Record, Header Record, Summary Record, Template Add Record, etc. This will return true if the record is one of there types.
Thanks Alex. Then is it normal for me to get this binding error?