Search Results for

    Show / Hide Table of Contents

    Class DataNeededEventArgs

    Arguments for the DataNeededEvent, carrying the originating Evaluator and the name of the dataset that needs to be provided.

    Inheritance
    object
    DataNeededEventArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class DataNeededEventArgs

    Constructors

    View Source

    DataNeededEventArgs(Evaluator, string)

    Declaration
    public DataNeededEventArgs(Evaluator neval, string ndataset)
    Parameters
    Type Name Description
    Evaluator neval
    string ndataset

    Fields

    View Source

    Dataset

    Declaration
    public string Dataset
    Field Value
    Type Description
    string
    View Source

    Evaluator

    Declaration
    public Evaluator Evaluator
    Field Value
    Type Description
    Evaluator
    • View Source
    In this article
    Back to top Generated by DocFX