Skip to main content

Report Designer Options

  • 2 minutes to read

Use the Report Designer Options window integrated in the Visual Studio menu to specify the default settings for all reports you create in Visual Studio.

You can invoke the Report Designer Options window in one of the following ways:

  • In the Visual Studio main menu, click Tools and select Options…

    Visual Studio Tools Menu with Options Command

  • Use the XtraReports menu. Double-click the report designer to add XtraReports to Visual Studio’s main menu.

    XtraReports Menu in Visual Studio

The image below illustrates the invoked Report Designer Options window.

Report Designer Options Dialog

The window contains the following settings:

Default CrossTab Control
Specifies the default control that is used to present cross-tab data (XRCrossTab or XRPivotGrid).
Report Localization Mode
Specifies whether the report uses localizaton strings embedded in a report (contained in the REPX file) or loads the localized resources from satellite resource assemblies.
Script Language

Specifies the default language scripts used in reports (C#, Visual Basic, or JavaScript).

Tip

See Use Report Scripts for more information.

Convert Bindings to Expressions
Specifies whether to automatically convert data bindings to expressions when opening reports that have bindings defined for any of their elements.
Data Binding Mode

Specifies the mode of providing data for report controls.

Tip

See Data Binding Modes to learn more about these settings.

Data Source Request Timeout
Specifies the maximum time the Visual Studio Report Designer waits for an external process to execute a request to a data source.
Draw Grid
Specifies whether to draw the snap grid over the report surface to help align report elements.
Snapping Mode

Specifies the default mode of snapping report elements to each other when they are resized or moved.

Tip

See Arrange Report Controls for more details.

Font
Specifies the default font to use when designing a new report in Visual Studio Report Designer.
Report Unit

Specifies the default units of measurement used in reports to define element locations, dimensions, and margins.

Note

When setting ReportUnit.TenthsOfAMillimeter or ReportUnit.Millimeters as report units, the empty and data-based reports created using the Report Wizard have their XtraReport.PaperKind property set to PaperKind.A4. Otherwise, they are set to PaperKind.Letter.

Enable Accessibility Validation
Specifies whether accessibility validation results are displayed in the Error List.
Suppressed Error Codes
Specifies error codes that are excluded from Error List results.

You can share configured settings in the Import & Export Settings wizard. To invoke the wizard, click Tools in the Visual Studio main menu and select Import and Export Settings….

Visual Studio Import and Export Settings Dialog