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

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 embedRequiredClientLibraries option in the Web.config file instead.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

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

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