Report.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 value that indicates whether the report has a document map.
public:
property bool InDocumentMap { bool get(); };
public bool InDocumentMap { get; }
member this.InDocumentMap : bool
Public ReadOnly Property InDocumentMap As Boolean
Property Value
ABoolean
indicating whether this report has a document map. If true
, the report contains a document map.