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

Installation

  • 2 minutes to read

This topic provides information on the Devexpress Reporting installation. Refer to the Installation documentation section for information on DevExpress Products installation.

Use a Free Trial

You can use the following download link to download a free trial of DevExpress Reporting:

Licensing and Pricing Information

See the following pages on our website for DevExpress Reporting licensing and pricing information:

Nuget Packages

You can use the DevExpress NuGet packages to add DevExpress libraries to your application in Visual Studio. DevExpress publishes these packages on a private NuGet web server to help you add and update DevExpress references in your projects.

Refer to the Install DevExpress Controls Using NuGet Packages article for a complete guide on how to use DevExpress NuGet packages in Visual Studio.

DevExpress Reporting includes the following nuget packages:

  • DevExpress.Reporting.Core
    Implements the core functionality for DevExpress Reporting.

  • DevExpress.Win.Reporting
    Implements the functionality related to the DevExpress Report Designer and Document Viewer WinForms controls.

  • DevExpress.Wpf.Reporting
    Implements the functionality related to the DevExpress Report Designer and Document Viewer WPF controls.

  • DevExpress.Web.Reporting.Common
    Provides common cross-platform functionality to DevExpress Web Reporting controls.

  • DevExpress.Web.Reporting
    Implements the functionality related to the DevExpress Report Designer and Document Viewer ASP.NET WebForms controls.

  • DevExpress.Web.Reporting.Azure
    Provides services specifically designed to work with web reporting applications in Microsoft Azure.

  • DevExpress.AspNetCore.Reporting
    Implements the functionality related to the DevExpress Report Designer and Document Viewer ASP.NET Core controls.

  • DevExpress.Reporting.CodeCompletion
    Implements the code completion functionality for DevExpress End-User Report Designers.

Note that the DevExpress NuGet packages have the following requirements:

  • The DevExpress NuGet feed is only available to licensed DevExpress customers.
  • You should create a new package source for the DevExpress NuGet feed, as detailed in the Managing packages for the solution section of the MSDN ‘NuGet Package Manager UI’ article.

    Note

    Set the feed’s source URL in the following format: "https://nuget.devexpress.com/{your feed authorization key}/api"

    The key is available in your DevExpress account’s Download Manager page.

  • Design-time assemblies are not included.
  • DevExpress controls referenced with NuGet packages are not available from the Toolbox.