Problem i am getting is that whenever i click button, an exception occurs saying this: was unhandled Private void button1_Click(object sender, EventArgs e) My code to load a report is: using System
What i am doing is that i have a Crystal report viewer on the form which is supposed to show/load my report when button is clicked. I am developing a simple app using Crystal Report (Version 13.0) and.