ReportLocalizer.Active Property
Specifies a localizer object providing localization of the XtraReports Suite interface at runtime.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public static XtraLocalizer<ReportStringId> Active { get; set; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
The active Localizer provides captions to all user interface elements of the XtraReports Suite.
To localize specific strings in the XtraReports user interface, create the ReportLocalizer class descendant and assign this object to the static ReportLocalizer.Active property.