ReportViewerStatus.HasDocumentMapToDisplay, propriété
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 (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HasDocumentMapToDisplay As Boolean
public bool HasDocumentMapToDisplay { get; }
public:
property bool HasDocumentMapToDisplay {
bool get ();
}
member HasDocumentMapToDisplay : bool with get
function get HasDocumentMapToDisplay () : boolean
Valeur de propriété
Type : 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.