获取一个 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 指示以下两种情况:
当前报表具有文档结构图,并且文档结构图可以在当前显示模式下显示
文档结构图不处于折叠状态