Skip to main content
All docs
V23.2

ReportWizardTemplate.Text Property

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

Property Value

Type Description
String

A string displayed as the report template thumbnail caption.

See Also