ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldCollection Class
Properties Methods

In This Topic
    FieldCollection Class Members
    In This Topic

    The following tables list the members exposed by FieldCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FieldCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns HashSet with duplicated field names.  
    Public PropertyOverloaded. Gets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new field to the collection.  
    Public MethodOverloaded. 

    Returns a value indicating whether the field collection contains a field with the specified name.

     
    Public MethodCopies fields from the collection to an array, starting at a particular array index.  
    Public MethodReleases the fields collection from memory.  
    Public MethodFinds the index number of the specified field in the collection.  
    Public MethodInserts an existing field in the fields collection at the specified location.  
    Public MethodOverloaded. Removes the specified field from the collection.  
    Top
    See Also