You are creating a Windows application by using the .NET Framework 3.5.
You build reports by using the Microsoft SQL Server 2008 Reporting Services (SSRS). The sales
associates of the company execute the reports locally.
Parameters are entered in a MicrosoftReportViewer control that calls a stored procedure to execute the
report.
The sales associates frequently report that the data returned on execution is not the most recent.
You need to ensure that each time a report is executed, real-time data is displayed.
What should you do?
A.
Call the BindingSource.Clear method.
B.
Call the ReportViewer.DataBindings.Clear method.
C.
Call the ReportViewer.LocalReport.Refresh method.
D.
Delete the client report definition (RDLC) file by using the System.IO.File.Delete method.