Hi,
how to increase speed of bind data in devexpress report in C#.
Regards,
Pratik
Hi,
how to increase speed of bind data in devexpress report in C#.
Regards,
Pratik
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amira BedhiafiPosted Mar 17, 2025, 3:19 PM
I think you need to use strongly-typed data sources like BindingList instead of untyped datasets to reduce overhead.
Simplify your report design by minimizing controls and avoiding complex expressions and try to omplement asynchronous data binding using background workers or TPL to keep the UI responsive.
I recommend also using DevExpress-specific features like the BeforePrint