This topic has not yet been rated - Rate this topic

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)

public bool ShowProgress { get; set; }
/** @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.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.