I have this crystal report (CR version 9) and I want to change its database location programmatically. I am doing something right now, but there is a problem. Perhaps my code would explain better.
private void MainReport_Load(object sender, EventArgs e)
{
var constr =...