nerdexam
Microsoft

70-448 · Question #34

You are developing a SQL Server 2008 Reporting Services (SSRS) report for Company.com. Assembly should be created in order to run real-time lookup and currency conversion. The assembly has a static cl

Sign in or unlock 70-448 to reveal the answer and full explanation for question #34. The question stem and answer options stay visible for context.

Implement a Reporting Services Solution

Question

You are developing a SQL Server 2008 Reporting Services (SSRS) report for Company.com. Assembly should be created in order to run real-time lookup and currency conversion. The assembly has a static class named daily which lives in the namespace HomeCalc. there is a method called DMO which need two arguments, Cuurnt and HomeCalc When the report is operating, you should reference the ToEUR method in an expression to convert USD to USO. Which is the correct answer?

Options

  • AYou should use the expression of =Code. HomeCalc. Daily. USO (Fields! Cuurnt.Value," DMO ")
  • BYou should use the expression of =Code! HomeCalc. Daily. USO (Fields! Cuurnt.Value," DMO")
  • CYou should use the expression of = HomeCalc. Daily.USO (Fields! Cuurnt.Value,"USD")
  • DYou should use the expression of = HomeCalc! Daily.USO (Fields! Cuurnt.Value,"USD")

Unlock 70-448 to see the answer

You've previewed enough free 70-448 questions. Unlock 70-448 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#custom assembly#SSRS expressions#namespace reference#static class
Full 70-448 Practice