ExecutionInfo.HasDocumentMap Property

Indicates whether the report has a document map.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Property HasDocumentMap As Boolean
    Get
    Set
'Usage
Dim instance As ExecutionInfo
Dim value As Boolean

value = instance.HasDocumentMap

instance.HasDocumentMap = value
public bool HasDocumentMap { get; set; }
public:
property bool HasDocumentMap {
    bool get ();
    void set (bool value);
}
member HasDocumentMap : bool with get, set
function get HasDocumentMap () : boolean
function set HasDocumentMap (value : boolean)

Property Value

Type: System.Boolean
A Boolean value.

Remarks

If HasDocumentMap is true, the document map may be retrieved using the GetDocumentMap method.