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

Reporting

  • 3 minutes to read

This section contains documentation for DevExpress Reporting, which provides the capability to develop a reporting application to create and customize reports for the WinForms, ASP.NET and WPF platforms.

  • Online Demos

    View and download DevExpress Reporting demos for WinForms, ASP.NET, ASP.NET MVC and WPF.

  • DevExpress Reporting (YouTube)

    Browse the DevExpress Reporting playlist to see the available tutorial videos.

Getting Started

main-page-reporting-getting-started

This section contains tutorials that describe the main steps used to create a report.

Visual Studio Report Designer

main-page-reporting-visual-studio

The DevExpress Reporting suite provides a feature-rich report designer to create reports at design time (in Visual Studio).

Reports are platform-agnostic and can be published later on any supported platform such as WinForms, WPF, ASP.NET and ASP.NET MVC.

Learn More…

End-User Reporting

main-page-end-user-report-designer-asp

The DevExpress Reporting suite provides a fully customizable End-User Report Designer for ASP.NET - so that end-users can modify reports at runtime. You can integrate it into a new or existing application.

Learn More…

Providing Data

MainPage_ProvidingData_Min

DevExpress Reporting allows you to use various data source types to supply reports with data, such as SQL databases, Entity Framework data sources, custom objects or Excel files.

You can also create calculated fields and report parameters that allow you to apply complex expressions to data fields obtained from the report’s data source.

Learn More…

Report Controls

MainPage_Printing_min

DevExpress Reporting includes various controls that allow you to visualize data. These elements include different chart types, pivot grids, gauges, and bar codes.

All elements can be bound to a data source in a uniform manner via drag and drop operations.

Learn More…

Data Shaping

main-page-reporting-data-shaping

DevExpress Reports support various data shaping features that include the following.

  • Summarization - calculate a required summary function against a specific set of numeric values.
  • Grouping - group data records and calculate summaries across groups.
  • Filtering - filter report data.
  • Sorting - arrange data records based on multiple criteria.
  • Data Formatting - customize various data format settings for numeric and date-time values.

Learn More…

Support for Parameters

main-page-reporting-parameters

To filter data at the data source level, use query parameters that can be embedded directly into a SQL string.

To filter data in a document, use report parameters of standard (string, Boolean, numeric, date-time, GUID) or custom types. Multi-value and cascading parameters are supported.

Learn More…

Content Editing in Print Preview

main-page-editable-preview

The DevExpress Reporting suite supports interactive document editing in Print Preview. This enables you to customize field values directly in a preview document before printing or exporting it.

You can use standard editors or implement custom ones, and validate user input as well as format edited values.

Learn More…

Report Navigation

main-page-reporting-navigation

To switch between different sections in a document, create cross-references or use bookmarks for displaying the document structure in a document map and table of contents.

To enable readers to show or hide specific document sections in a Print Preview, enable the drill-down feature by setting a single property.

Learn More…

Styles and Appearance Settings

main-page-reporting-appearance

Provide uniform appearance settings to report elements via style sheets.

Conditionally change the appearance of any element using formatting rules.

Learn More…

See Also