A newer version of this page is available.
Switch to the current version.
XRControl.Text Property
Bindable. Specifies the control's text.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatData)]
[DefaultValue("")]
public virtual string Text { get; set; }
<SRCategory(ReportStringId.CatData)>
<DefaultValue("")>
Public Overridable Property Text As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value, containing the text associated with the control. |
Remarks
Not all descendants of the XRControl class use the Text property. For example, the Band class descendants ignore the Text property.
NOTE
The Text property is bindable, which means that it can be bound to a data field in a report's data source. To learn more, see the Binding Report Controls to Data section.
Implements
See Also
Feedback