Skip to main content
A newer version of this page is available. .

XRBinding.ToString() Method

Returns the textual representation of XRBinding.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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