Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Indicates whether the report has a document map.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Property HasDocumentMap As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
A Boolean value.
Remarks
If HasDocumentMap is true, the document map may be retrieved using the GetDocumentMap method.