ReportToolbarItem.ToString() Method
Returns the textual representation of ReportToolbarItem.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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