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
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: Boolean
true se il pulsante è visibile sulla barra di divisione. In caso contrario false.Il valore predefinito è true.