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.