Version

ReportProgressControl Class

Indicates the progress of a print operation.
Syntax
'Declaration
 
Public Class ReportProgressControl 
   Inherits System.Windows.Controls.Control
public class ReportProgressControl : System.Windows.Controls.Control 
Remarks

To show this control automatically on a modeless window, you can call Report.Print method. Otherwise, if you are using it on one of your windows you should set the Report property to wire things up.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also