You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reporting-for-web/articles/report-designer/use-report-elements/manipulate-report-elements/add-controls-to-a-report.md
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,18 @@ author: Anna Vekhina
7
7
## Add Report Controls
8
8
To display a data field's value in your report, drag the corresponding item from the [Field List](../../report-designer-tools/ui-panels/field-list.md) and drop it onto the report's detail band. This creates a new report control bound to the corresponding field.
You can also use the [Toolbox](../../report-designer-tools/toolbox.md) to add other controls to your report and display content such as text, images, charts, barcodes, and so on.
The Web Report Designer supports drag & drop operations from outside the browser window (making it easier to add content to your report documents):
17
+
18
+
-**Image files** - Drag & drop an image file onto the report surface to create a [Picture Box](../../use-report-elements/use-basic-report-controls/picture-box.md).
19
+
-**Text files** - Drop a TXT file to create a label, or drop an RTF, DOCX, or HTML file to insert a [Rich Text](../../use-report-elements/use-basic-report-controls/rich-text.md) control with associated file content.
20
+
-**PDF files** - Drop a PDF file to insert a [PDF Content](../../use-report-elements/use-basic-report-controls/pdf-content.md) control.
21
+
-**Existing controls** - Dropping a file onto an existing report control updates content with new file data.
15
22
16
23
This document describes how to add the most commonly used controls to a report. See [Use Report Elements](../../use-report-elements.md) for a complete list of available controls.
17
24
@@ -22,39 +29,39 @@ Use the following controls to display text in a report:
Use the [Page Info](../use-basic-report-controls/page-info.md) control to display information about document pages, such as the current page number and/or total number of pages.
You can also use this control to add information about a report's author and the document's creation date.
93
100
@@ -100,27 +107,27 @@ See the following tutorials for detailed instructions:
100
107
## Display Check Boxes, Images and Barcodes
101
108
Drop a Boolean data field from the Field List onto a report to create a [Check Box](../use-basic-report-controls/check-box.md) control bound to that field.
Use the [Picture Box](../use-basic-report-controls/picture-box.md) control to display images in a report. You can load an image from an external file, from a bound data source, or from a web location using the specified URL.
The [Cross-Band Line and Box](../draw-lines-and-shapes/draw-cross-band-lines-and-boxes.md) controls enable you to draw lines and boxes spanning multiple report bands.
Copy file name to clipboardExpand all lines: reporting-for-web/articles/report-designer/use-report-elements/use-basic-report-controls/picture-box.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ To add this control to a report, drag the **Picture Box** item from the [Toolbox
13
13
14
14
The Picture Box can display images with the following formats: BMP, JPG, JPEG, GIF, TIF, TIFF, PNG, ICO, DIB, RLE, JPE, JFIF, EMF, WMF, SVG.
15
15
16
+
You can also drag & drop a supported image file onto the report surface to create a Picture Box.
16
17
17
18
Use the **Image Source** or **Image URL** property to specify the image the Picture Box displays. You can access these properties in the **Picture Box Tasks** category.
0 commit comments