Skip to main content
All docs
V25.1
  • XtraReport.EmptyBookmarkText Property

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

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue("(empty)")]
    [SRCategory(ReportStringId.CatNavigation)]
    [XRLocalizable(true)]
    public string EmptyBookmarkText { get; set; }

    Property Value

    Type Default Description
    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.

    Document map with empty bookmark text

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

    See Also