问题
how to create RDLC form dynamically in run time and how to save it?
回答1:
You need to understand the Report Definition Language and based on that create XML file and save it as rdlc extension. If you want to handle report events, you need emit to generate dynamic .net code.
来源:https://stackoverflow.com/questions/4942698/how-to-create-rdlc-form-dynamically-in-run-time-and-how-to-save-it