Class DataInfos
Collection of DataInfo items
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class DataInfos : List<DataInfo>, IList<DataInfo>, ICollection<DataInfo>, IList, ICollection, IReadOnlyList<DataInfo>, IReadOnlyCollection<DataInfo>, IEnumerable<DataInfo>, IEnumerable, ICloneable
Constructors
DataInfos()
Declaration
public DataInfos()
Properties
this[string]
Get item by name
Declaration
public DataInfo this[string dname] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| string | dname | Dataset name or alias |
Property Value
| Type | Description |
|---|---|
| DataInfo |
Methods
Clone()
Clone the DataInfo collection
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| object | A new DataInfo collection |
Clone(Report)
Clone the DataInfo collection
Declaration
public DataInfos Clone(Report areport)
Parameters
| Type | Name | Description |
|---|---|---|
| Report | areport | New owner |
Returns
| Type | Description |
|---|---|
| DataInfos | A new DataInfo collection |
IndexOf(string)
Returns index by name (alias)
Declaration
public int IndexOf(string avalue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | avalue | Alias to search for |
Returns
| Type | Description |
|---|---|
| int | Index or -1 when not found |