ReportItem.InDocumentMap Property

Definition

Gets a Boolean indicating whether this report item can appear in the document map.

public:
 property bool InDocumentMap { bool get(); };
public bool InDocumentMap { get; }
member this.InDocumentMap : bool
Public ReadOnly Property InDocumentMap As Boolean

Property Value

A Boolean value indicating whether this item has a label defined for it. If it does, it can appear in the document map, and this property returns true. If this property returns false, the item cannot be added to a document map.

Applies to