Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether progress animation is displayed during report processing.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
public bool ShowProgress { get; set; }
public:
property bool ShowProgress {
bool get();
void set(bool value);
}
member ShowProgress : bool with get, set
Public Property ShowProgress As Boolean
Property Value
Type: System.Boolean
A Boolean value. The default value is true.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top