Delen 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

'Declaration
Public ReadOnly Property HasDocumentMapToDisplay As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.HasDocumentMapToDisplay
public bool HasDocumentMapToDisplay { get; }
public:
property bool HasDocumentMapToDisplay {
    bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_HasDocumentMapToDisplay ()
DebuggerStepThroughAttribute 
public function get HasDocumentMapToDisplay () : boolean

Property Value

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

Reference

ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace