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 네임스페이스