Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indica se i controlli Esporta sono visibili nel controllo.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Sintassi
'Dichiarazione
<CategoryAttribute("ToolBar")> _
<DefaultValueAttribute(True)> _
<WebBrowsableAttribute(True)> _
<SRDescriptionAttribute("ShowExportButtonDesc")> _
Public Property ShowExportControls As Boolean
'Utilizzo
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowExportControls
instance.ShowExportControls = value
[CategoryAttribute("ToolBar")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
[SRDescriptionAttribute("ShowExportButtonDesc")]
public bool ShowExportControls { get; set; }
[CategoryAttribute(L"ToolBar")]
[DefaultValueAttribute(true)]
[WebBrowsableAttribute(true)]
public:
bool ShowExportControls {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ShowExportControls ()
/** @property */
public void set_ShowExportControls (boolean value)
public function get ShowExportControls () : boolean
public function set ShowExportControls (value : boolean)
Valore proprietà
Valore Boolean. Il valore predefinito è true.
Vedere anche
Riferimento
Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms