取得 Boolean 值,這個值表示報表是否有文件引導模式,而且此文件引導模式目前正在顯示。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public ReadOnly Property IsDocumentMapVisible As Boolean
Get
'用途
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.IsDocumentMapVisible
public bool IsDocumentMapVisible { get; }
public:
property bool IsDocumentMapVisible {
bool get ();
}
member IsDocumentMapVisible : bool
function get IsDocumentMapVisible () : boolean
屬性值
型別:System.Boolean
如果報表有文件引導模式,而且此文件引導模式目前正在顯示,則為 true,否則為 false。
備註
true 值表示下列兩個狀況:
目前報表有文件引導模式,而且此文件引導模式可在目前顯示模式中顯示
文件引導模式不是摺疊的