Skip to main content

Reporting

  • 3 minutes to read

DevExpress Reporting is a reporting tool and component library for the .NET ecosystem. DevExpress Reports ship with a Visual Studio report designer, runtime report designers for WinForms/WPF/Web, and a rich set of report controls, including cross tabs and charts.

Download: Free 30-Day Trial Run Demo Watch Video: Reporting YouTube Channel

Report Components

Visual Studio Report Designer and Preview

main-page-reporting-visual-studio

A feature-rich Report Designer for creating platform-agnostic reports in Visual Studio at design time.

You can publish the reports on any supported platform: WinForms, WPF, ASP.NET Web Forms, ASP.NET MVC and ASP.NET Core.

 

Get Started

End-User Report Designer and Document Viewer

main-page-end-user-report-designer

A fully customizable End-User Report Designer for WinForms, WPF, ASP.NET Web Forms, ASP.NET MVC and ASP.NET Core platforms. You can integrate it into an existing application or create a new reporting application.

You can localize your reporting application and specify its appearance.

 

Get Started

Report Features

Provide Data

MainPage_ProvidingData_Min

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

You can bind report elements to individual data source fields or create binding expressions of any complexity. These expressions can include multiple data source fields and functions.

Report Controls

MainPage_Printing_min

DevExpress Reporting includes controls like charts, cross-tabs, gauges, bar codes, etc., for visualizing data.

Data Shaping

main-page-reporting-data-shaping

DevExpress Reporting supports the following data shaping features:

  • Summarization
    Allows you to compute summaries across report data fields.

  • Grouping
    Enables you to group data records and calculate summaries across groups.

  • Filtering
    Allows you to display only a data subset in your report.

  • Sorting
    You can arrange data records based on multiple criteria.

  • Data Formatting
    Allows you to apply standard .NET formats to report controls’ data values.

Parameters Support

main-page-reporting-parameters

You can embed query parameters directly into a SQL string to filter data at the data source level. Use report parameters to filter data in a previewed document. Multi-value and cascading parameters are supported.

Interactive Print Preview

main-page-editable-preview

DevExpress Reporting supports interactive features for customizing reports in Print Preview.

  • Customize field values directly in a previewed document before printing or exporting it. You can use the standard editors or implement custom editors, validate the user input, and format edited values.
  • Add interactive sorting to enable end users to toggle between ascending and descending order for report groups or for rows in a detail table.
  • Create drill-down reports that allow end users to control which report sections are displayed.

Report Navigation

main-page-reporting-navigation

DevExpress Reporting allows you to create bookmarks and use cross references to display the document structure in a document map and table of contents and switch between different document sections.

Styles and Appearance Settings

main-page-reporting-appearance

You can use style sheets to specify report elements’ appearance settings or conditionally change these settings.

See Also