Which of the following is NOT a formatting property available for many report controls?

A. Text Align
B. Width
C. Format
D. Data Type


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following shows the correct way to remove leading and trailing spaces from a text box named txtStudentID and assign the result to strStudentID?

a. ```Dim strStudentID as String strStudentID = txtStudentID ``` b. ```Dim strStudentID as String strStudentID = txtStudentID.Text ``` c. ```Dim strStudentID as String strStudentID = RemoveSpaces(txtStudentID.Text) ``` d. ```Dim strStudentID as String strStudentID = txtStudentID.Text.Trim() ```

Computer Science & Information Technology

In CentOS 7, what command displays the contents of an ASCII file to the standard output device?

A. file B. print C. cat D. show

Computer Science & Information Technology

____ allows computers and network equipment to gather data about network performance.

A. FTP B. SNMP C. SFTP D. L2TP

Computer Science & Information Technology

A normal distribution of IQ scores have a mean average of 100 and a standard deviation of 15. What percent of IQs are below 90? Please round your answer to the nearest whole percentage.

A.
B.
C.
D.
E.

Computer Science & Information Technology