Partilhar via


Propriedade ReportViewer.ShowDocumentMapButton

Obtém ou define um valor que indica se o botão que mostra e recolhe o mapa do documento está visível na barra de divisão.

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

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property ShowDocumentMapButton As Boolean
[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)

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