1. Right-click Form1.cs in the Solution Explorer and select View Code
2. In the Form1 class, add the following code:
ReportDocument rd = new ReportDocument();
rd.Load(@"C:\
((CrystalDecisions.CrystalReports.Engine.TextObject)rd.ReportDefinition.ReportObjects["text1"]).Text = "Italy Wins!!";
crystalReportViewer1.ReportSource = rd;