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

ReportToolbarItem.ToString() Method

Returns the textual representation of ReportToolbarItem.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value, which is the textual representation of the toolbar item.

Remarks

The ToString method returns the ReportToolbarItem.ItemKind property value as a string (for instance, “PageNumber”).

See Also