Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Scripts Tab - Visual Studio Report Designer

The Scripts tab contains the script editor where you can manage and validate report scripts.

Important

Report scripts are not secure and are disabled by default. We recommend that you use expression bindings instead.

The script editor supports intelligent code completion that makes it easier and faster for you to write scripts. Context-aware hints are displayed on typing a dot or pressing CTRL+spacebar.

winforms-script-code-completion

To check whether or not a report scripts contain errors, click the Validate button.

scripts-tab-validate-button

If errors are found, they are listed in the Visual Studio Error List panel.

scripts-tab-error-list-validation

To proceed to the line that contains an error, click that error in the Error List panel.

See Also