Class DataNeededEventArgs
Arguments for the DataNeededEvent, carrying the originating
Evaluator and the name of the dataset that needs to be provided.
Inheritance
DataNeededEventArgs
Assembly: Reportman.Reporting.dll
Syntax
public class DataNeededEventArgs
Constructors
View Source
DataNeededEventArgs(Evaluator, string)
Declaration
public DataNeededEventArgs(Evaluator neval, string ndataset)
Parameters
Fields
View Source
Dataset
Declaration
Field Value
View Source
Evaluator
Declaration
public Evaluator Evaluator
Field Value