Propriété ReportViewer.ShowExportControls
Obtient ou définit une valeur qui indique si le contrôle Exporter est visible dans la barre d'outils.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<WebBrowsableAttribute(True)> _
Public Property ShowExportControls As Boolean
Get
Set
'Utilisation
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowExportControls
instance.ShowExportControls = value
[WebBrowsableAttribute(true)]
public bool ShowExportControls { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowExportControls {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowExportControls : bool with get, set
function get ShowExportControls () : boolean
function set ShowExportControls (value : boolean)
Valeur de propriété
Type : System.Boolean
true si le contrôle Exporter est visible dans la barre d'outils ; false dans le cas contraire. La valeur par défaut est true.