Skip to main content
All docs
V25.1
  • 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.v25.1.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