Skip to main content

Reporting

  • 3 minutes to read

DevExpress Reporting is a feature-complete reporting platform for WinForms, WPF, ASP.NET WebForms, ASP.NET MVC and ASP.NET Core that enables you to create reporting applications.

Run Demo Watch Video

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 WebForms, 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 WebForms, 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

Examples

Report Features

Bind to 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