Skip to main content
A newer version of this page is available. .

ReportToolbarLabel(String) Constructor

Initializes a new instance of the ReportToolbarLabel class with the specified text.

Namespace: DevExpress.XtraReports.Web

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

Declaration

public ReportToolbarLabel(
    string text
)

Parameters

Name Type Description
text String

A String value which specifies label text. This value is assigned to the ReportToolbarLabel.Text property.

See Also