waleednosir
New member
- Joined
- Oct 29, 2011
- Messages
- 1
- Programming Experience
- 1-3
Dear Experts,
I found a very good report designer at codeplex NReports , also , the project is attached to this post.
I need to make the report designer which is a windows forms application to a user control "class library dll" so that I can include it into my application . I tried for the last 2 weeks , but with no success. I have changed the the main form to a usercontrol type (that was a Windows.Forms.Form) :
"public class RdlDesigner : UserControl, IMessageFilter "
But I faced many problems that the application main form works as MDI container , while user control does not support MDI childForms.
Any idea.
Thanks for your support.
Waleed
I found a very good report designer at codeplex NReports , also , the project is attached to this post.
I need to make the report designer which is a windows forms application to a user control "class library dll" so that I can include it into my application . I tried for the last 2 weeks , but with no success. I have changed the the main form to a usercontrol type (that was a Windows.Forms.Form) :
"public class RdlDesigner : UserControl, IMessageFilter "
But I faced many problems that the application main form works as MDI container , while user control does not support MDI childForms.
Any idea.
Thanks for your support.
Waleed
Last edited by a moderator: