Propriété ReportViewer.ShowDocumentMapButton
Indique si le bouton Plan du document est visible dans le contrôle.
Espace de noms: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (dans microsoft.reportviewer.webforms.dll)
Syntaxe
'Déclaration
<SRDescriptionAttribute("ShowDocumentMapButtonDesc")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("ToolBar")> _
Public Property ShowDocumentMapButton As Boolean
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowDocumentMapButton
instance.ShowDocumentMapButton = value
[SRDescriptionAttribute("ShowDocumentMapButtonDesc")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute("ToolBar")]
public bool ShowDocumentMapButton { get; set; }
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"ToolBar")]
public:
bool ShowDocumentMapButton {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowDocumentMapButton ()
/** @property */
public void set_ShowDocumentMapButton (boolean value)
public function get ShowDocumentMapButton () : boolean
public function set ShowDocumentMapButton (value : boolean)
Valeur de la propriété
Valeur Boolean. La valeur par défaut est true.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms