> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ReportPaperOrientation

> Describes the orientation of the paper when printing a report. The report layout must be 'Label'

Describes the orientation of the paper when printing a report. The report layout must be 'Label'

## Syntax

```crmscript theme={null}
ReportPaperOrientation
```

## Fields

| Name      | Description            |
| --------- | ---------------------- |
| None      |                        |
| Portrait  | The taller orientation |
| Landscape | The wider orientation  |


## Related topics

- [SuperOffice.WebApi.Data.ReportPaperOrientation](/en/api/reference/webapi/SuperOffice.WebApi.Data.ReportPaperOrientation.md)
- [NSReportLabelLayoutEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSReportLabelLayoutEntity.md)
- [SuperOffice.WebApi.Data.ReportLabelLayoutEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ReportLabelLayoutEntity.md)
- [Save Report Label Layout Entity](/en/api/reference/restful/agent/report_agent/save-report-label-layout-entity.md)
- [Get Report Label Layout Entity](/en/api/reference/restful/agent/report_agent/get-report-label-layout-entity.md)
- [Create Default Report Label Layout Entity](/en/api/reference/restful/agent/report_agent/create-default-report-label-layout-entity.md)
