Search Results for

    Show / Hide Table of Contents

    Class AliasCollectionItem

    A single dataset alias entry, pairing an (upper-cased) alias name with the DataTable it refers to and tracking the current row used during evaluation.

    Inheritance
    object
    AliasCollectionItem
    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 AliasCollectionItem

    Constructors

    View Source

    AliasCollectionItem()

    Declaration
    public AliasCollectionItem()

    Fields

    View Source

    CurrentRow

    Declaration
    public int CurrentRow
    Field Value
    Type Description
    int

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Data

    Declaration
    public DataTable Data { get; set; }
    Property Value
    Type Description
    DataTable
    • View Source
    In this article
    Back to top Generated by DocFX