Gets DataBandSortCollection representing settings for data sorting

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

Syntax

C#
public DataBandSortCollection Sort { get; }
Visual Basic (Declaration)
Public ReadOnly Property Sort As DataBandSortCollection
Visual C++
public:
property DataBandSortCollection^ Sort {
	DataBandSortCollection^ get ();
}

See Also