Represents the data sorting settings collection

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public class DataBandSortCollection : Collection<DataBandSort>
Visual Basic (Declaration)
Public Class DataBandSortCollection _
	Inherits Collection(Of DataBandSort)
Visual C++
public ref class DataBandSortCollection : public Collection<DataBandSort^>

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(DataBandSort>)>)
    PerpetuumSoft.Reporting.DOM..::.DataBandSortCollection

See Also