Back to Devexpress

ReportLocalizer.Active Property

xtrareports-devexpress-dot-xtrareports-dot-localization-dot-reportlocalizer.md

latest1.8 KB
Original Source

ReportLocalizer.Active Property

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

Namespace : DevExpress.XtraReports.Localization

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public static XtraLocalizer<ReportStringId> Active { get; set; }
vb
Public Shared Property Active As XtraLocalizer(Of ReportStringId)

Property Value

TypeDescription
XtraLocalizer<ReportStringId>

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

|

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.

See Also

WinForms Reporting Localization

ReportLocalizer Class

ReportLocalizer Members

DevExpress.XtraReports.Localization Namespace