changes for search reports
This commit is contained in:
parent
2ac032a599
commit
a0bcd7d9c0
@ -222,7 +222,7 @@ namespace VEPROMS
|
||||
}
|
||||
void displaySearch1_PrintRequest(object sender, DisplaySearchEventArgs args)
|
||||
{
|
||||
Volian.Print.Library.PDFReport myReport = new Volian.Print.Library.PDFReport(args.ReportTitle, args.MyItemInfoList,
|
||||
Volian.Print.Library.PDFReport myReport = new Volian.Print.Library.PDFReport(args.ReportTitle, args.TypesSelected, args.MyItemInfoList,
|
||||
Volian.Base.Library.VlnSettings.TemporaryFolder + @"\searchresults.pdf");
|
||||
if (args.SearchString != null)
|
||||
myReport.SearchString = args.SearchString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user