Hello all,
I have MDI Application in which i am displaying crystal reports.
For that i have created a mdi child form. in which ReportViewer control is used to display reports.
Now in my app, there would be many reports. so, do i need to create that many chile mdi forms and add reportviewer in all these forms?
or else can i use single form and reportviewer to disaply all forms?
and if yes.... how?
because it is MDI application, it wont allow me to open multiple instances of single form. but, user may want to view multiple reports without closing other.
any idea?
Thanx.......!