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…

The correct answer is C. You should use the expression of = HomeCalc. Daily.USO (Fields! Cuurnt.Value,"USD"). A little bit different wording You are in the process of creating a SQL Server 2008

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")

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    76% (13)
  • D
    12% (2)

Explanation

A little bit different wording You are in the process of creating a SQL Server 2008

Topics

#custom assembly#SSRS expressions#namespace reference#static class

Community Discussion

No community discussion yet for this question.

Full 70-448 Practice