Skip to main content

Deployment of ASPxPivotGrid

  • 4 minutes to read

This document describes the assemblies required by web projects that use the functionality of the ASPxPivotGrid control. Some of the assemblies are essential, while others that provide additional functionality can optionally be deployed depending on your requirements.

Note

If you use other DevExpress components in your project, their use and deployment should comply with the corresponding EULA documents. For more details on licensing and the redistribution policy of DevExpress, refer to Redistribution and Deployment.

Depending on the production server permission settings and the number of web applications that use the same DevExpress assemblies, you can register the assemblies in the Global Assembly Cache (GAC) or place them in the Bin folder of your application on the target computer. To learn more about web project deployment techniques, see the ASP.NET Deployment Content Map topic.

Use our Assembly Deployment Tool to collect the required redistributable DevExpress and custom assemblies automatically to deploy your application. Otherwise, you can deploy the required assemblies manually.

Required Libraries

Below are the essential libraries required by applications that use the ASPxPivotGrid control. These libraries are considered to be redistributable under the .NET Controls & Frameworks EULA, and thus can be redistributed legally.

Assembly

Description

DevExpress.Data.v23.2.dll

Implements the most basic functionality common to all DevExpress controls. This includes classes for data binding, skinning, printing, exporting, as well as many other auxiliary types and resources.

DevExpress.Drawing.v23.2.dll

Contains cross-platform counterparts of the System.Drawing classes not supported in non-Windows environments.

DevExpress.PivotGrid.v23.2.Core.dll

Contains internal classes that implement the basic functionality for WinForms PivotGrid, ASP.NET PivotGrid and WPF PivotGrid controls.

DevExpress.Web.v23.2.dll

Contains classes that implement the core functionality of all DevExpress web controls and the functionality of controls from the following components: Data Editors, GridView, Card View, Vertical Grid, Data and Image Navigation, Docking and Popups, Site Navigation and Layout, File Management and Multi-Use Site Controls.

DevExpress.Web.ASPxPivotGrid.v23.2.dll

Contains classes that implement the ASPxPivotGrid control’s functionality. See Pivot Grid and DevExpress.Web.ASPxPivotGrid to learn more.

DevExpress.Printing.v23.2.Core.dll

Contains classes that implement the basic functionality for DevExpress printing libraries.

DevExpress.XtraPrinting.v23.2.dll

Contains the PrintingSystem component, along with other controls that provide print and export functionality for other controls including the ASPxPivotGrid control.

Optional Libraries

The following libraries provide additional functionality for web projects that use the functionality of the ASPxPivotGrid control. Some of them are considered to be redistributable under the .NET Controls & Frameworks EULA, and thus can be redistributed legally, while others require separate licenses.

 

Redistributable Libraries

The following list summarizes the libraries considered to be redistributable under the .NET Controls & Frameworks EULA.

 

  • DevExpress.Data.v23.2.dll
  • DevExpress.Drawing.v23.2.dll
  • DevExpress.PivotGrid.v23.2.Core.dll
  • DevExpress.Printing.v23.2.Core.dll
  • DevExpress.Web.ASPxPivotGrid.v23.2.dll
  • DevExpress.Web.ASPxThemes.v23.2.dll
  • DevExpress.Web.v23.2.dll

 

Note

By default, all required DevExpress assemblies are located in the “C:\Program Files\DevExpress 23.2\Components\Bin\Framework\“ folder of your development machine after installation.

Non-Redistributable Libraries

Distributing any DevExpress design-time libraries ending in “.Design“ is strictly prohibited. This means that you cannot use our installation for deployment purposes since it includes design libraries that cannot be distributed according to the terms of our EULA.

 

Please consult the EULA for additional up-to-the-minute information on which libraries, tools and executables are considered redistributable.