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

ReportToolbarLabel Class

Represents a text label within the ReportToolbar control.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public class ReportToolbarLabel :
    ReportToolbarItem

Remarks

An object of the ReportToolbarLabel class represents any text label which can be stored in the ReportToolbarItemCollection returned via the ReportToolbar.Items property. Note that the type of a particular text label can be specified via its ReportToolbarItem.ItemKind property.

Note

See also the ReportToolbarItemKind enumeration’s description, to get all the report toolbar item types available in XtraReports.

See Also