ExecutionInfo.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.

请参阅

参考

ExecutionInfo 类

ReportExecution2005 命名空间