ReportElementIsSorted Property |
True if the element is sorted
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[XmlIgnoreAttribute]
public bool IsSorted { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property IsSorted As Boolean
Get
public:
[XmlIgnoreAttribute]
property bool IsSorted {
bool get ();
}
[<XmlIgnoreAttribute>]
member IsSorted : bool with get
Property Value
Type:
Boolean
See Also