다음을 통해 공유


HasDocumentMap 속성

Indicates whether the report has a document map.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005.dll의 ReportExecution2005

구문

‘선언
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.