Skip to main content
All docs
V24.2

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

Reporting .NET Migration Guides

This section contains tutorials that help you modify your DevExpress Reporting Applications to migrate from .NET Framework to .NET.

To make a transition, follow the steps below:

  1. Adjust your reports based on .NET environment specifics. Refer to the following help topic for more information:

  2. Migrate your existing WinForms or WPF application to .NET or create a .NET Web application with a DevExpress Report Designer or Viewer control.

    • WinForms/WPF Reporting migration guides

      Use .NET Core Migration Tool to convert your WinForms/WPF .NET Framework project to .NET.

    • Web Reporting migration guides

      You can migrate customizations applied to the Web Report Designer or Viewer control to your new .NET application. DevExpress Reporting components for web are implemented using HTML/JavaScript and have shared core functionality across different web frameworks. Their client-side API is the same, so you can migrate your customization code to a new app with minimal adjustments. You can migrate registered services as well.