Condividi tramite


Proprietà ReportViewer.ShowDocumentMapButton

Indica se il pulsante che consente di mostrare o comprimere la mappa documento è visibile sulla barra di divisione.

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

Sintassi

'Dichiarazione
Public Property ShowDocumentMapButton As Boolean
    Get
    Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowDocumentMapButton

instance.ShowDocumentMapButton = value
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)

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.WinForms