简体   繁体   中英

How to create crystal report with c# 2015 wpf with sqlite database?

I have created windows form application in vs2015 c# with sqlite3 .Please any one teach me how to create a report in crystal report. In C# / WPF.. I have tried with most of examples in web but those are not working with vs2015

Visual Studio version shouldn't play a role.

I'll give you a link with description how to add Crystal Reports to WinForms project:
Basic Crystal Report Tutorial with example in Windows Forms (WinForms) Application using C# and VB.Net

One difference is your project has SQLite database, so you should fill your class (in example it's calld Customers) with some other way

How to use SQLite in WPF application you can learn from this link:
Using SQLite in your C# Application

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM