Partager via


Propriété HasDocumentMap

Indicates whether the report has a document map.

Espace de noms :  ReportExecution2005
Assembly :  ReportExecution2005 (en ReportExecution2005.dll)

Syntaxe

'Déclaration
Public Property HasDocumentMap As Boolean
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value.

Notes

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