Search Results for

    Show / Hide Table of Contents

    Class ReportItems

    Collections of ReportItems

    Inheritance
    object
    SortedList<string, ReportItem>
    ReportItems
    Implements
    IDictionary<string, ReportItem>
    ICollection<KeyValuePair<string, ReportItem>>
    IDictionary
    ICollection
    IReadOnlyDictionary<string, ReportItem>
    IReadOnlyCollection<KeyValuePair<string, ReportItem>>
    IEnumerable<KeyValuePair<string, ReportItem>>
    IEnumerable
    Inherited Members
    SortedList<string, ReportItem>.Add(string, ReportItem)
    SortedList<string, ReportItem>.Clear()
    SortedList<string, ReportItem>.ContainsKey(string)
    SortedList<string, ReportItem>.ContainsValue(ReportItem)
    SortedList<string, ReportItem>.GetValueAtIndex(int)
    SortedList<string, ReportItem>.SetValueAtIndex(int, ReportItem)
    SortedList<string, ReportItem>.GetEnumerator()
    SortedList<string, ReportItem>.GetKeyAtIndex(int)
    SortedList<string, ReportItem>.IndexOfKey(string)
    SortedList<string, ReportItem>.IndexOfValue(ReportItem)
    SortedList<string, ReportItem>.TryGetValue(string, out ReportItem)
    SortedList<string, ReportItem>.RemoveAt(int)
    SortedList<string, ReportItem>.Remove(string)
    SortedList<string, ReportItem>.TrimExcess()
    SortedList<string, ReportItem>.Capacity
    SortedList<string, ReportItem>.Comparer
    SortedList<string, ReportItem>.Count
    SortedList<string, ReportItem>.Keys
    SortedList<string, ReportItem>.Values
    SortedList<string, ReportItem>.this[string]
    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 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

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IDictionary
    ICollection
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    In this article
    Back to top Generated by DocFX