1.
Dim
reportPath
As
String
= Convert.ToString(
"D:\Report1.rdlc"
)
2.
Me
.reportViewer1.LocalReport.ReportPath = reportPath
3.
Me
.reportViewer1.LocalReport.DataSources.Clear()
4.
5.
Me
.reportViewer1.RefreshReport()
6.
Me
.reportViewer1.SetDisplayMode(Microsoft.Reporting.WinForms.DisplayMode.PrintLayout)