Class ReportItems
Collections of ReportItems
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class ReportItems : SortedList<string, ReportItem>, IDictionary<string, ReportItem>, ICollection<KeyValuePair<string, ReportItem>>, IDictionary, ICollection, IReadOnlyDictionary<string, ReportItem>, IReadOnlyCollection<KeyValuePair<string, ReportItem>>, IEnumerable<KeyValuePair<string, ReportItem>>, IEnumerable
Constructors
ReportItems()
Declaration
public ReportItems()
Properties
this[int]
Returns the report component by index
Declaration
public ReportItem this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Property Value
| Type | Description |
|---|---|
| ReportItem |
Methods
GetEnumerator()
IEnumerable Interface Implementation: Declaration of the GetEnumerator() method required by IEnumerable
Declaration
public IEnumerator GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator |