Condividi tramite


Proprietà HasDocumentMap

Indicates whether the report has a document map.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Property HasDocumentMap As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value.

Osservazioni

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