Skip to main content
All docs
V23.2

ReportWizardTemplate.LocalizationID Property

Specifies the LocalizationID of the text displayed as the report template thumbnail caption.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "localizationID")]
public string LocalizationID { get; set; }

Property Value

Type Description
String

A string that is the LocalizationID.

Remarks

For more information on how to use the LocalizationID values, review the following help topics:

See Also