Adds the selected Data Report designer control to the report.
Insert a label that allows you to have text that cannot change, such as a caption under a graphic. You cannot use the Label control to display the contents of a field.
Inserts a text box that can be data-bound by setting the DataField and DataMember properties.
Displays an image from a bitmap, icon, or metafile on your report.
Inserts a line that is used to draw a variety of line styles that you can use to separate sections of your report and make it easier to read. Horizontal lines appear as HTML <HR> tags when exporting to an HTML file.
Inserts a shape that allows you to draw a variety of shapes on your report. You can choose a rectangle, rounded rectangle, square, rounded square, oval, or circle.
Inserts a control that calculates and displays figures using built-in functions: Sum, Average, Minimum, Maximum, Row Count, Value Count, Standard Error, and Standard Deviation.
Inserts a Label control with code (%p) to display the current page number in the report.
Inserts a Label control with code (%P) to display the total number of pages.
Inserts a Label control with code (%d) to display the current date in the short date format recognized by your computer.
Inserts a Label control with code (%D) to display the current date using your system's long date format.
Inserts a Label control with code (%t) to display the current time using the 24-hour format, for example, 17:45.
Inserts a Label control with code (%T) to display the current time using your system's long time format; includes hours, minutes, seconds.
Inserts a Label control with code (%i) to display the title of the report, as set with the Title property.