Microsoft
70-448 · Question #289
You create a report in SQL Server 2008 Reporting Services (SSRS) solution. You write the following code segment in the report. The code segment generates errors when compiled. You need to ensure…
The correct answer is D. Create a custom assembly by using Microsoft Visual Basic .NET. See the full explanation below for the reasoning.
Question
You create a report in SQL Server 2008 Reporting Services (SSRS) solution. You write the following code segment in the report. The code segment generates errors when compiled. You need to ensure that the following requirements are met:
What should you do?
Exhibit
Options
- ARemove the Private keyword from the function definition.
- BRemove the Shared keyword from the function definition.
- CDeclare the function as Public Shared instead of Private Shared.
- DCreate a custom assembly by using Microsoft Visual Basic .NET.
How the community answered
(38 responses)- A8% (3)
- B3% (1)
- C11% (4)
- D79% (30)
Community Discussion
No community discussion yet for this question.
