Condividi tramite


Proprietà ReportViewer.ShowDocumentMapButton

Ottiene o imposta un valore che indica se il pulsante che consente di mostrare o comprimere la mappa documento è visibile sulla barra di divisione.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowDocumentMapButton As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true se il pulsante è visibile sulla barra di divisione. In caso contrario false. Il valore predefinito è true.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms