ReportItem.InDocumentMap Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.