I am using the System.Report.executeandDistribute() function for printing. I am having an issue where I can't control 2 sided printing with a Brother Printer. I am trying to change if the second page is 'flipped' or not. No matter what I try by changing the default settings in the Brother printer, I can't get the report to change orientation during printing.
I started with the following post: Report Printing
without success. Has anyone been able to get this to work? Here is what the function currently looks like.
settings = {"primaryPrinterName":"Brother MFC-J6955DW Printer","printBothSides":True,"userAutoLandscape":False,"pageOrientation":"landscape"}
overrides = {"reportID":reportID}
bytesArray = system.report.executeAndDistribute(path="v2/ChemicalInventoryReport", project="SEWD_SCADA", action="print",parameters=overrides, actionSettings=settings)
In addition, I created a "Tabloid" default template within the Brother software and it just doesn't seem to modify anything.
Thanks!