Skip to main content
A newer version of this page is available. .

Toolbox

The Toolbox contains elements (report controls) that can be added to a report in the Web Report Designer.

To add a new control to the report, drag an item from the Toolbox and drop it onto the report band.

Report controls can be divided into the following categories:

Handle the CustomizeToolbox client-side event to remove controls from the toolbox or add custom controls.

The following JavaScript handler function hides the Label control in the toolbox:

function onCustomizeToolbox(s, e) {
  var labelInfo = e.ControlsFactory.getControlInfo("XRLabel");
  labelInfo.isToolboxItem = false;
}

Review the following help topic for more information: Create and Register a Custom Control in the Report Designer Toolbox.

General Content

Most commonly used controls.

web-designer-toolbox-barcode

Bar Code

web-designer-toolbox-checkbox

Check Box

web-designer-toolbox-gauge

Gauge

web-designer-toolbox-label

Label

web-designer-toolbox-cellular-label

Character Comb

web-designer-toolbox-picture-box

Picture Box

web-designer-toolbox-rich-text

Rich Text

web-designer-toolbox-table

Table

web-designer-toolbox-zipcode

Zip Code

Extended Data

Controls with their own data sources, separate from the report data source.

web-designer-toolbox-chart

Chart

web-designer-toolbox-pivotgrid

Pivot Grid

web-designer-toolbox-sparkline

Sparkline

Report Layout

Controls that draw shapes and compose the report layout.

web-designer-toolbox-cross-band-line

Cross-Band Line

web-designer-toolbox-cross-band-box

Cross-Band Box

web-designer-toolbox-line

Line

web-designer-toolbox-page-break

Page Break

web-designer-toolbox-panel

Panel

web-designer-toolbox-shape

Shape

web-designer-toolbox-subreport

Subreport

Auxiliary Content

Controls with content not obtained from a data source.

web-designer-toolbox-page-info

Page Info

WebReportDesigner_Toolbox_TableOfContent

Table of Contents

PDF Content