B2021-076: Proms search results are not presented in order when printed to PDF

This commit is contained in:
Jake
2022-08-18 11:34:46 +00:00
parent 3a633071ec
commit d35222e6bc
6 changed files with 104 additions and 10 deletions

View File

@@ -16,6 +16,8 @@ namespace VEPROMS.CSLA.Library
FormatInfo LocalFormat { get; }
string SearchDVPath { get; }
string SearchPath { get; }
// B2021-076: Proms search results are not presented in order when printed to PDF
string SearchDefaultSort { get; }
string ToString();
ConfigDynamicTypeDescriptor MyConfig { get; }
bool IsFolder { get; }