[]
        
(Showing Draft Content)

C1.Report.SortDefinitionCollection

SortDefinitionCollection Class

Represents a collection of SortDefinition objects.

Inheritance
OwnedCollectionBase<SortDefinition>
OwnedCollection<SortDefinition>
SortDefinitionCollection
Namespace: C1.Report
Assembly: C1.Report.dll
Syntax
public class SortDefinitionCollection : ReportOwnedCollection<SortDefinition>, IList<SortDefinition>, ICollection<SortDefinition>, IList, ICollection, IReadOnlyList<SortDefinition>, IReadOnlyCollection<SortDefinition>, IEnumerable<SortDefinition>, IEnumerable
Public Class SortDefinitionCollection
    Inherits ReportOwnedCollection(Of SortDefinition)
    Implements IList(Of SortDefinition), ICollection(Of SortDefinition), IList, ICollection, IReadOnlyList(Of SortDefinition), IReadOnlyCollection(Of SortDefinition), IEnumerable(Of SortDefinition), IEnumerable

Properties

Name Description
Owner

Gets the DataSource object owning this collection.

Report

Gets the FlexReport object owning this collection.