Skip to main content

ReportToolbarButton(ReportToolbarItemKind) Constructor

Initializes a new instance of the ReportToolbarButton class with the specified item type.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public ReportToolbarButton(
    ReportToolbarItemKind itemKind
)

Parameters

Name Type Description
itemKind ReportToolbarItemKind

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

See Also