ReportToolbarLabel(String) Constructor
Initializes a new instance of the ReportToolbarLabel class with the specified text.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value which specifies label text. This value is assigned to the ReportToolbarLabel.Text property. |
See Also