blazor-devexpress-dot-blazor-dot-commonresources-7a450e29.md
Returns an identifier for the JSZip client script. Required for the Rich Text functionality in the Report Designer and Dashboard control.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.Resources.v25.2.dll
NuGet Package : DevExpress.Blazor.Resources
public static readonly DxResource JSZip
| Type | Description |
|---|---|
| DxResource |
The JSZip client script.
|
The JSZip script is required for inline editing functionality in the Rich Text report control and Text Box dashboard item. The Resource Manager automatically registers this script if you call the ReportingResourcesConfigurator.RegisterRichEditScripts or DashboardResourcesConfigurator.RegisterRichEditScripts method in your application.
For additional information on how to enable the inline editing functionality, refer to the following help topics:
See Also