Share via


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

public bool IsDocumentMapVisible { get; }
public:
property bool IsDocumentMapVisible {
    bool get();
}
member IsDocumentMapVisible : bool with get
Public ReadOnly Property IsDocumentMapVisible As Boolean

Property Value

Type: System.Boolean

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

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top