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

Field List (Web)

  • 2 minutes to read

This document describes the Field List panel that enables the user to explore and manage report data sources and parameters. The user can drag fields from the field list and drop them to the design surface to create bound report controls.

The Field List displays data sources available for the Report Designer.

web-designer-field-list

Manage Report Data Sources

The following actions allow the user to add, modify and delete the report’s data sources:

web-designer-field-list-data-source-actions

Element Description
web-designer-field-list-add-data-source-button Invokes a list of available data sources that you can add to the loaded report. The data sources are saved with the report and restored when the report is loaded.
web-designer-field-list-data-source-search Allows the user to enter text to filter queries and fields in the field list.
web-designer-field-list-data-source-delete Removes the selected data source.
web-designer-field-list-data-source-edit-relationships Invokes the Master-Detail Relation Editor.
web-designer-field-list-data-source-add-query Invokes the Create a Query or Select a Stored Procedure wizard page.
web-designer-field-list-data-source-add-calculated-field Adds a new calculated field to the data source.

The following actions are available for query customization:

Button Description
web-designer-field-list-data-source-delete Removes the selected query.
web-designer-field-list-data-source-edit-relationships Invokes the Create a Query or Select a Stored Procedure wizard page.
web-designer-field-list-data-source-add-calculated-field Adds a new calculated field to the query.

Create Bound Report Elements

The Field List allows you to create new bound report controls and bind existing controls to data.

  • To add a new data-bound report control, drag the data field from the Field List to a report band in the design area. This action creates the appropriate reporting control and binds it to the selected field.

    web-designer-field-list-create-bound-control

  • To select multiple data fields in the Filed List, click them while holding down the CTRL or SHIFT key. When you drag the fields and drop them to the report design area, the Table control is created with cells bound to the selected data fields.

    web-designer-field-list-drop-multiple-controls

  • To bind an existing report control to a data field, click the data field in the Field List, drag, and drop the field on the control.

    web-designer-field-list-bind-existing-control

Manage Report Parameters

Expand the Parameters node to access the collection of report parameters:

web-designer-field-list-report-parameters

The following actions are available for parameters:

Button Description
web-designer-report-wizard-button-query-add Invokes the Add Parameter dialog.
web-designer-field-list-data-source-delete Removes the selected parameter.
web-designer-field-list-data-source-edit-relationships Invokes the Edit Parameter dialog.

For more information on report parameters, review the following help topic: Use Report Parameters.