Control the report output (GRW for Swift) In addition to creating the data model, a Swift report application can control the report output. Change paper settings and output formatThere are several places where you can specify the paper settings and output format for a report.Change report output format (Swift)Output options are initially set by the report design document. You can override the report settings in the report application.Output a report in multiple formats (GRW for Swift)You want to apply the same data set in different output formats or across multiple report designs. Use an intermediary XML file to ensure that the same data is used for each report while also avoiding the overhead of multiple database access.Change paper and page settings with Swift APIsThe default paper settings for a report are specified in the .4rp file. Override the defaults in your report program with Swift reporting APIs.Create multi-page ISO reportsFor reports printed on ISO and JIS-sized pages, you can configure the output to print several logical pages per physical page.Create labels: the report application (Swift)A common use of reports is to create a page of labels, such as address labels. Creating labels requires you to create a report design document representing a single label and a report application that prints multiple labels on a page.Using localized strings (Swift)Use localized strings to change the text depending on the territory or site where the application is running.