ReportElementSortOrder Property |
Sort order in the result tables. Page elements are sorted first, then Row, Column and Data elements.
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute("Automatic Ascendant")]
public string SortOrder { get; set; }
<DefaultValueAttribute("Automatic Ascendant")>
Public Property SortOrder As String
Get
Set
public:
[DefaultValueAttribute(L"Automatic Ascendant")]
property String^ SortOrder {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("Automatic Ascendant")>]
member SortOrder : string with get, set
Property Value
Type:
String
See Also