c# - how to create RDLC form dynamically in run time and how to save it? -


how create rdlc form dynamically in run time , how save it?

you need understand report definition language , based on create xml file , save rdlc extension. if want handle report events, need emit generate dynamic .net code.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -