ASPxReportsLocalizer Class
Represents an object providing a means to localize the ReportToolbar.
Namespace: DevExpress.XtraReports.Web.Localization
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Remarks
XtraReports allows you to localize the captions and menus of the ReportToolbar. The runtime interface localization can be performed via the ASPxReportsLocalizer object.
To localize the user interface, implement a ASPxReportsLocalizer descendant. Override the XtraLocalizer`1.GetLocalizedString method to provide custom text strings. Instantiate the descendant and assign it to the XtraLocalizer`1.Active property.
Inheritance
Object
XtraLocalizer
XtraLocalizer<ASPxReportsStringId>
DevExpress.XtraReports.Web.Localization.ASPxReportsLocalizerBase
ASPxReportsLocalizer
See Also