You are creating a Windows application by using the .NET Framework 3.5.
The application is used to track the activities of the sales team of your company.
The application has the following features:
It stores information in a local Microsoft SQL Server 2008 database instance.
It uses SQL Server 2008 Reporting Services (SSRS) to render reports.
You need to design a reporting strategy that implements the following tasks:
It renders the reports in the application.
It allows export of the reports as a PDF document.
What should you do?
A.
Use a MicrosoftReportViewer control to render a local report against a rowset extracted from the local
database.
Export the report file to a PDF document.
B.
Use a CrystalReportViewer control to render a local report against a rowset extracted from the local
database.
Export the report file to a PDF document.
C.
Use a PrintDocument control to render a local report against a rowset extracted from the local
database.
Set the PrintDocument.DocumentName property to the required PDF document name.
D.
Use a PictureBox control to render a local report against a rowset extracted from the local database.
Set the PictureBox.Image property to the required PDF document name.