Delegate DataNeededEvent
Callback raised by the Evaluator when a referenced dataset is not yet
available, giving the host a chance to open or supply it before field resolution retries.
Assembly: Reportman.Reporting.dll
Syntax
public delegate void DataNeededEvent(DataNeededEventArgs args)
Parameters
| Type |
Name |
Description |
| DataNeededEventArgs |
args |
Callback raised by the when a referenced dataset is not yet available, giving the host a chance to open or supply it before field resolution retries. |
Constructors
View Source
DataNeededEvent(object, nint)
Declaration
public DataNeededEvent(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(DataNeededEventArgs, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(DataNeededEventArgs args, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(DataNeededEventArgs)
Declaration
public virtual void Invoke(DataNeededEventArgs args)
Parameters