Skip to main content

ReportToolbarItem.ToString() Method

Returns the textual representation of ReportToolbarItem.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

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