Skip to main content

ReportDesignerClientSideModelSettings.IncludeLocalization Property

Specifies whether or not to load a localization script to a client-side of the Report Designer.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public override bool IncludeLocalization { get; set; }

Property Value

Type Description
Boolean

true, to include a localization script to a web page; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IncludeLocalization
ASP.NET MVC Extensions ReportDesignerSettings
.SettingsClientSideModel .IncludeLocalization
.NET Reporting Tools ASPxReportDesigner
.SettingsClientSideModel .IncludeLocalization

Remarks

The localization script contains a dictionary with key-value pairs that define localization for the specified strings.

If you do not need to localize UI elements of your Report Designer, exclude the localization resources from a web page by disabling the IncludeLocalization option. This makes a web page with the Report Designer lightweight and reduces the time to load this page for the first time.

See Also