Поделиться через


Свойство HasDocumentMap

Indicates whether the report has a document map.

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Property HasDocumentMap As Boolean
    Get
    Set
'Применение
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)

Значение свойства

Тип System. . :: . .Boolean
A Boolean value.

Замечания

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