Share via


ReportViewerStatus.HasDocumentMapToDisplay Property

 

Gets a Boolean value that indicates whether the current report has a document map and the document map can be displayed in the current display mode.

Namespace:   Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

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

Property Value

Type: System.Boolean

true if the current report has a document map and the document map can be displayed in the current display mode; otherwise, false.

Remarks

This property returns false when the report has not yet been processed.

Use the DisplayMode property to find the current display mode of the ReportViewer control.

See Also

ReportViewerStatus Class
Microsoft.Reporting.WinForms Namespace

Return to top