Skip to main content

ReportToolbarItem(ReportToolbarItemKind) Constructor

Initializes a new instance of the ReportToolbarItem class with the specified kind of toolbar item.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarItem(
    ReportToolbarItemKind itemKind
)

Parameters

Name Type Description
itemKind ReportToolbarItemKind

A ReportToolbarItemKind enumeration value which specifies the kind of a toolbar item being created. This value is assigned to the ReportToolbarItem.ItemKind property.

See Also