简体   繁体   中英

writing on C# winform ReportViewer

I'm new to ReportViewer Control in C# winform, is there any way that I can add report viewer content without using datasets? Can I write directly on report viewer? for instance can I add labels to this control?

You can set the value of the ReportDataSource, to different to different sources , eg DataTable and IEnumerables are supported sources .

You can also add different labels, and map them from your data source.

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