Open this page in the API Guide

DataRetrievalProgress.Report Method

Reports a progress update.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void Report(
	ProgressInfo value
)

Parameters

value
Type: Dundas.BI.Data.DataRetrieval.ProgressInfo
The value of the updated progress.

Implements

IProgress<T>.Report(T)
See Also