Search Results for

    Show / Hide Table of Contents

    Class AliasCollectionItem

    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

    AliasCollectionItem()

    Declaration
    public AliasCollectionItem()

    Fields

    CurrentRow

    Declaration
    public int CurrentRow
    Field Value
    Type Description
    int

    Properties

    Alias

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

    Data

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