Skip to main content

DocumentViewerReportRibbonGroup.Text Property

Specifies the DocumentViewerReportRibbonGroup caption.

Namespace: DevExpress.XtraReports.Web.DocumentViewer.Ribbon

Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("Report")]
public string Text { get; set; }

Property Value

Type Default Description
String "Report"

A String value.

See Also