Back to Devexpress

XtraReport.EmptyBookmarkText Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-aee77564.md

latest1.9 KB
Original Source

XtraReport.EmptyBookmarkText Property

Specifies the text for empty bookmark values ​​in the report element hierarchy.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue("(empty)")]
[SRCategory(ReportStringId.CatNavigation)]
[XRLocalizable(true)]
public string EmptyBookmarkText { get; set; }
vb
<DefaultValue("(empty)")>
<SRCategory(ReportStringId.CatNavigation)>
<XRLocalizable(True)>
Public Property EmptyBookmarkText As String

Property Value

TypeDefaultDescription
String"(empty)"

The bookmark text.

|

Remarks

If the data field bound to the XRControl.Bookmark property contains empty values, the corresponding item in the Document Map and Table of Contents displays the text specified in the EmptyBookmarkText property.

If the Bookmark property is not data-bound, the EmptyBookmarkText setting has no effect.

See Also

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace