Microsoft Exam Questions

You need to create a report object that processes data in batches and updates data tables, but does

You need to create a report object that processes data in batches and updates data tables,
but does not generate any printed output. What should you do?

A.
Name the object. Append the word “Batch” at the end of the object name.

B.
Ensure the TransactionType property is set to either Update or UpdateNoLocks.

C.
Set the ProcessingOnly property to Yes.

D.
Create the report object without defining any DataItems.