The Microsoft ____ tool allows you to create reports and forms for printing labels or posting information online.

A. Report Gallery
B. Report Templates
C. ReportViewer
D. Reports and Forms Wizard


Answer: C

Computer Science & Information Technology

You might also like to view...

The java.lang.Number and its subclasses are introduced in Chapter 11 . Analyze the following code.

```Number numberRef = new Integer(0); Double doubleRef = (Double)numberRef;``` Which of the following statements is correct? a. There is no such class named Integer. You should use the class Int. b. The compiler detects that numberRef is not an instance of Double. c. A runtime class casting exception occurs, since numberRef is not an instance of Double. d. The program runs fine, since Integer is a subclass of Double. e. You can convert an int to double, so you can cast an Integer instance to a Double instance.

Computer Science & Information Technology

____________________ limits are flexible and allow users to go past the specified limit for a certain amount of time (one week, by default).

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When text boxes are linked, if the first text box cannot hold all of the inserted text, the text will automatically:

a. display below the text box b. be deleted c. flow into the next, linked text box

Computer Science & Information Technology

The Alice world files end with the extension ____.

A. .a2a B. .a2w C. .a2wp D. .a2wg

Computer Science & Information Technology