winforms report generator for pdf output
问题 Need to generate some financial report where the formatting is controlled by the data haven't done reporting in a while but does any reporting support that e.g. based on a flag in the source dataset the row text could be bold the row could have an underlining the report could start a new group header etc. 回答1: There is a component called the ReportViewer for WinForms which ships with Visual Studio. This will do exactly what you need. You can bind it to one or more DataTables and it will