Skip to main content

ReportToolbarLabel(ReportToolbarItemKind) Constructor

Initializes a new instance of the ReportToolbarLabel class with the specified item’s kind.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarLabel(
    ReportToolbarItemKind itemKind
)

Parameters

Name Type Description
itemKind ReportToolbarItemKind

A ReportToolbarItemKind enumeration value which defines the type of a toolbar label.

See Also