ReportViewer.ShowDocumentMapButton-Eigenschaft
Gibt an, ob die Schaltfläche zum Anzeigen und Reduzieren der Dokumentstruktur auf dem Fensterteiler angezeigt wird.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property ShowDocumentMapButton As Boolean
public bool ShowDocumentMapButton { get; set; }
public:
property bool ShowDocumentMapButton {
bool get ();
void set (bool value);
}
member ShowDocumentMapButton : bool with get, set
function get ShowDocumentMapButton () : boolean
function set ShowDocumentMapButton (value : boolean)
Eigenschaftswert
Typ: Boolean
true , wenn die Schaltfläche auf dem Fensterteiler angezeigt wird, andernfalls false.Der Standardwert ist true.