Printing inherited report that are inherited from report class
Hello,
In my application, users can change design of reports. The base reports are c# classes that are inherited from Report class. So the report scripts are c# functions in those classes. Inherited reports which created by users are hold in database. They contain only design differance between base reports and inherited reports. My problem is, printing inherited reports. The scripts(event handler methods) of base report does not run when I try to preview inherited report. I tried loading base report from stream before printing inherited report but it didn't work. There is no problem when I try base reports. Can anyone help me?
Thnx.
In my application, users can change design of reports. The base reports are c# classes that are inherited from Report class. So the report scripts are c# functions in those classes. Inherited reports which created by users are hold in database. They contain only design differance between base reports and inherited reports. My problem is, printing inherited reports. The scripts(event handler methods) of base report does not run when I try to preview inherited report. I tried loading base report from stream before printing inherited report but it didn't work. There is no problem when I try base reports. Can anyone help me?
Thnx.