Microsoft Exam Questions

When you inspect the text box in the report layout you see that the value equals = Fields’ Name_Co

You build a simple sales document list report with the following dataset structure in the
Report Dataset Designer:

You design the report layout by using Visual Studio. After saving and compiling the report,
you run it to check the result and notice that the Company Name is not shown in the Page
Header. When you inspect the text box in the report layout you see that the value equals =
Fields’ Name_CompInfo.Value.

A.
Add an appropriate filter to the page header.

B.
Change the value of the text box to Last(Fields!Name_CompInfo.Value,
“DataSet_Result”).

C.
Change the value of the text box to = First (Fields!Name_CompInfo.Value,
“SataSet_Result”).

D.
Add an appropriate filter to the text box.