Skip to main content

ReportToolbarButton Constructors

Represents a button within the ReportToolbar control.
Name Parameters Description
ReportToolbarButton() none Initializes a new instance of the ReportToolbarButton class with the default settings.
ReportToolbarButton(ReportToolbarItemKind, Boolean) itemKind, enabled Initializes a new instance of the ReportToolbarButton class with the specified item type and a value indicating whether the item is enabled.
ReportToolbarButton(ReportToolbarItemKind) itemKind Initializes a new instance of the ReportToolbarButton class with the specified item type.
See Also