Skip to main content

ReportToolbarLabel(String) Constructor

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

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