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
AliasCollectionItem
Assembly: Reportman.Reporting.dll
Syntax
public class AliasCollectionItem
Constructors
View Source
AliasCollectionItem()
Declaration
public AliasCollectionItem()
Fields
View Source
CurrentRow
Declaration
Field Value
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
View Source
Data
Declaration
public DataTable Data { get; set; }
Property Value