Skip to main content

ReportToolbarLabel Constructors

Represents a text label within the ReportToolbar control.
Name Parameters Description
ReportToolbarLabel() none Initializes a new instance of the ReportToolbarLabel class with the default settings.
ReportToolbarLabel(ReportToolbarItemKind) itemKind Initializes a new instance of the ReportToolbarLabel class with the specified item’s kind.
ReportToolbarLabel(String) text Initializes a new instance of the ReportToolbarLabel class with the specified text.
See Also