ReportViewerStatus.IsDocumentMapVisible Property
Gets a Boolean value that indicates whether the report has a document map and the document map is currently displayed.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public ReadOnly Property IsDocumentMapVisible As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean
value = instance.IsDocumentMapVisible
public bool IsDocumentMapVisible { get; }
public:
property bool IsDocumentMapVisible {
bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public boolean get_IsDocumentMapVisible ()
DebuggerStepThroughAttribute
public function get IsDocumentMapVisible () : boolean
Property Value
true if the report has a document map and the document map is currently displayed; otherwise, false.
Remarks
The value of true indicates both of the following conditions:
the current report has a document map and the document map can be displayed in the current display mode
the document map is not collapsed
See Also
Reference
ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace