ReportViewer.ShowDocumentMapButton-Eigenschaft

Gibt an, ob die Schaltfläche Dokumentstruktur im Steuerelement sichtbar ist.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
Public Property ShowDocumentMapButton As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowDocumentMapButton

instance.ShowDocumentMapButton = value
[WebBrowsableAttribute(true)] 
[CategoryAttribute("ToolBar")] 
[DefaultValueAttribute(true)] 
public bool ShowDocumentMapButton { get; set; }
[WebBrowsableAttribute(true)] 
[CategoryAttribute(L"ToolBar")] 
[DefaultValueAttribute(true)] 
public:
bool ShowDocumentMapButton {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowDocumentMapButton ()

/** @property */
public void set_ShowDocumentMapButton (boolean value)
public function get ShowDocumentMapButton () : boolean

public function set ShowDocumentMapButton (value : boolean)

Eigenschaftenwert

Ein Boolean-Wert. Der Standardwert ist true.

Siehe auch

Referenz

ReportViewer-Klasse
ReportViewer-Member
Microsoft.Reporting.WebForms-Namespace