Właściwość ReportViewer.ShowExportControls —
Gets or sets a value that indicates whether the Export control is visible on the toolbar.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property ShowExportControls As Boolean
[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)
Wartość właściwości
Typ: Boolean
true if the Export control is visible on the toolbar; otherwise, false. The default is true.