Hello,
I am using VS.NET and Crystal Report 10. How can I display my Crystal Report Form in C#? When I call my Crystal Report class from another class (Form1.cs) it fails to load the form.
i.e.: Form1.cs
display_myform.csForm crViewer1 = new csForm();
In my Crystal Report form csForm.cs, I have a method event called csForm_Load(object sender, System.EventArgs e). However, from Form1.cs when get into csForm.cs, my app fails to load the method.
Thanks for your help.
I am using VS.NET and Crystal Report 10. How can I display my Crystal Report Form in C#? When I call my Crystal Report class from another class (Form1.cs) it fails to load the form.
i.e.: Form1.cs
display_myform.csForm crViewer1 = new csForm();
In my Crystal Report form csForm.cs, I have a method event called csForm_Load(object sender, System.EventArgs e). However, from Form1.cs when get into csForm.cs, my app fails to load the method.
Thanks for your help.