C2012-027 – the RO Usage reports now have a more descriptive title. “Referenced Objects Usage By RO” and “Referenced Objects Usage By Procedure” are used for the two styles of reports.
This commit is contained in:
parent
8b9c2c20d9
commit
a55f097391
@ -799,10 +799,10 @@ namespace Volian.Controls.Library
|
||||
{
|
||||
Csla.SortedBindingList<ItemInfo> sortedResults = new Csla.SortedBindingList<ItemInfo>(SearchResults);
|
||||
sortedResults.ApplySort("FoundROID", ListSortDirection.Ascending);
|
||||
OnPrintRequest(new DisplayReportsEventArgs("RO Usage Report", "RO Usage", sortedResults, usageSortedByProcedure));
|
||||
OnPrintRequest(new DisplayReportsEventArgs("Referenced Objects Usage By RO", "RO Usage", sortedResults, usageSortedByProcedure));
|
||||
}
|
||||
else
|
||||
OnPrintRequest(new DisplayReportsEventArgs("RO Usage Report", "RO Usage", SearchResults, usageSortedByProcedure));
|
||||
OnPrintRequest(new DisplayReportsEventArgs("Referenced Objects Usage By Procedure", "RO Usage", SearchResults, usageSortedByProcedure));
|
||||
}
|
||||
else if (cbxTransFromProcs.Checked)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user