Proprietà ReportViewer.ShowExportControls
Ottiene o imposta un valore che indica se il controllo Esporta è visibile sulla barra degli strumenti.
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property ShowExportControls As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Boolean
true se il controllo Esporta è visibile nella barra degli strumenti; in caso contrario, false. Il valore predefinito è true.