ReportViewer.ShowDocumentMapButton-Eigenschaft
Ruft einen Wert ab (bzw. legt diesen fest), der angibt, ob die Schaltfläche zum Anzeigen und Reduzieren der Dokumentstruktur auf dem Fensterteiler sichtbar ist.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
Public Property ShowDocumentMapButton As Boolean
Get
Set
'Usage
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowDocumentMapButton
instance.ShowDocumentMapButton = value
[WebBrowsableAttribute(true)]
public bool ShowDocumentMapButton { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowDocumentMapButton {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowDocumentMapButton : bool with get, set
function get ShowDocumentMapButton () : boolean
function set ShowDocumentMapButton (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true , wenn die Schaltfläche auf dem Fensterteiler angezeigt wird, andernfalls false. Der Standardwert ist true.