CreateScheduledReportLayoutInput is an input datatype for creating the layout of a scheduled report. It's used by the CreateScheduledReportInput datatype, which is in turn used by the createScheduledReport() mutation field.

Table: CreateScheduledReportLayoutInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 17, 2024
footerShowPageNumbersbooleanyes Long-TermFlag indicating whether to show footer page numbers.
maxNumberOfRowsintegeryes Long-TermThe maximum number of rows to display in tables.
paperLayoutstringyes Long-TermThe paper layout. Supported types are List and Grid.
paperOrientationstringyes Long-TermThe orientation of the paper. Supported types are Landscape and Portrait.
paperSizestringyes Long-TermThe size of the paper. Supported types are A4 and Letter.
showDescriptionbooleanyes Long-TermIndicates whether to show report description.
showExportDatebooleanyes Long-TermWhether to show the export date.
showParametersbooleanyes Long-TermWhether to show the parameters.
showTitleFrontpagebooleanyes Long-TermWhether to show the title on the first page.
showTitleHeaderbooleanyes Long-TermWhether to show the title header.