Skip to main content
All docs
V25.1
  • ReportWizardTemplate.Text Property

    Specifies 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 = "text")]
    public string Text { get; set; }

    Property Value

    Type Description
    String

    A string displayed as the report template thumbnail caption.

    See Also