GroupProgressIndicator Class

Class used to convey progress information on the recipient delegate.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalGroupProgressIndicator

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class GroupProgressIndicator : IProgress<ProgressInfo>

The GroupProgressIndicator type exposes the following members.

Methods
  NameDescription
Public methodReport
Reports a progress update.
Top
See Also