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

ReportLocalizer.Active Property

Specifies a localizer object providing localization of the XtraReports Suite interface at runtime.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public static XtraLocalizer<ReportStringId> Active { get; set; }

Property Value

Type Description
XtraLocalizer<ReportStringId>

An XtraLocalizer<T> descendant, used to localize the user interface at runtime.

Remarks

The active Localizer provides default captions to all user interface elements of the XtraReports Suite.

To manually localize the XtraReports user interface, create the ReportLocalizer class descendant, and assign this object to the static Active property.

For more information on localizing the XtraReports Suite user interface, see Localization.

See Also