Partilhar via


Propriedade ReportViewer.ShowDocumentMapButton

Indica se o botão que mostra e recolhe o mapa do documento está visível na barra de divisão.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Boolean
true se o botão estiver visível na barra de divisão; caso contrário, false.O padrão é true.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WinForms