Skip to main content

XRBinding.ToString() Method

Returns the textual representation of XRBinding.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override string ToString()

Returns

Type Description
String

A String value.

Remarks

The ToString method returns the string containing the data member with the format string applied.

See Also