Partager via


Propriété ReportViewerStatus.HasDocumentMapToDisplay

Obtient une valeur Boolean qui indique si le rapport actif a un Explorateur de documents et si ce dernier peut s'afficher dans le mode d'affichage actuel.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public ReadOnly Property HasDocumentMapToDisplay As Boolean
    Get
'Utilisation
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.HasDocumentMapToDisplay
public bool HasDocumentMapToDisplay { get; }
public:
property bool HasDocumentMapToDisplay {
    bool get ();
}
member HasDocumentMapToDisplay : bool
function get HasDocumentMapToDisplay () : boolean

Valeur de propriété

Type : System.Boolean
true si le rapport actif a un Explorateur de documents et si ce dernier peut s'afficher dans le mode d'affichage actuel ; sinon, false.

Notes

Cette propriété retourne la valeur false si le rapport n'a pas encore été traité.

Utilisez la propriété DisplayMode pour trouver le mode d'affichage actuel du contrôle ReportViewer.

Voir aussi

Référence

ReportViewerStatus Classe

Espace de noms Microsoft.Reporting.WinForms