Type alias ReportScheduleDeliveryFormat

ReportScheduleDeliveryFormat: typeof PDF | typeof PNG | typeof PDF_AND_PNG | UnparsedObject

How a PDF-export report is delivered. pdf attaches a PDF file, png embeds an inline PNG image, and pdf_and_png delivers both.

Generated using TypeDoc