B2025-048 Problem with Printing CAS Steps
This commit is contained in:
@@ -284,6 +284,15 @@ namespace VEPROMS
|
||||
cachePartInfo = PartInfo.CacheList;
|
||||
}
|
||||
|
||||
//B2025-048 Problem with Printing CAS Steps
|
||||
// skip doing section titles if printing CAS or CTAS
|
||||
// - was causing it to
|
||||
// skip/overwrite data
|
||||
if (OnlyShowContinuousActionSummary)
|
||||
{ MyPromsPrinter.PromsPrinterPrintType = PromsPrinterPrintType.CAS_Only; }
|
||||
if (OnlyShowTimeCriticalActionSummary)
|
||||
{ MyPromsPrinter.PromsPrinterPrintType = PromsPrinterPrintType.TCAS_only; }
|
||||
|
||||
_PdfFile = MyPromsPrinter.Print(PDFPath, MakePlaceKeeper, MakeContinuousActionSummary, MakeTimeCriticalActionSummary, PrtSectID);
|
||||
|
||||
ProfileTimer.Pop(profileDepth);
|
||||
|
Reference in New Issue
Block a user