Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

ReportsAspNetModuleV2.ClientLibrariesLocation Property

OBSOLETE

This member is not used any longer. You can embed third-party libraries as described in the following article: https://documentation.devexpress.com/#AspNet/CustomDocument17153.

This property is obsolete. Use the devExpress section’s resources option in the Web.config file instead.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v23.2.dll

NuGet Package: DevExpress.ExpressApp.ReportsV2.Web

Declaration

[Browsable(false)]
[Obsolete("This member is not used any longer. You can embed third-party libraries as described in the following article: https://documentation.devexpress.com/#AspNet/CustomDocument17153.", true)]
public ClientLibrariesLocations ClientLibrariesLocation { get; set; }

Property Value

Type
ClientLibrariesLocations

Available values:

Name Description
Embedded

Embedded JavaScript libraries are loaded automatically.

Custom

JavaScript libraries specified in the default.aspx markup are used.

See Also