ReportViewer.ShowProgress Property

Indicates whether progress animation is displayed during report processing.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(True)> _
Public Property ShowProgress As Boolean
'Usage
Dim instance As ReportViewer
Dim value As Boolean

value = instance.ShowProgress

instance.ShowProgress = value
[CategoryAttribute("Appearance")] 
[DefaultValueAttribute(true)] 
public bool ShowProgress { get; set; }
[CategoryAttribute(L"Appearance")] 
[DefaultValueAttribute(true)] 
public:
property bool ShowProgress {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_ShowProgress ()

/** @property */
public void set_ShowProgress (boolean value)
public function get ShowProgress () : boolean

public function set ShowProgress (value : boolean)

Property Value

A Boolean value. The default value is true.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace