> ## 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.

# SuperOffice.WebApi.Data.ReportPaperOrientation

# <a id="SuperOffice_WebApi_Data_ReportPaperOrientation" /> Enum ReportPaperOrientation

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

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

```csharp theme={null}
public enum ReportPaperOrientation
```

## Fields

`Landscape = 2`

2: The wider orientation

`None = 0`

0:

`Portrait = 1`

1: The taller orientation


## Related topics

- [SuperOffice.WebApi.Data.ReportLabelLayoutEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ReportLabelLayoutEntity.md)
- [SuperOffice.WebApi.Data.AppointmentType](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentType.md)
- [SuperOffice.WebApi.Data.Document SavePrivacyReportRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_SavePrivacyReportRequest.md)
- [SuperOffice.WebApi.Data.CustomerService ReportSessionActiveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomerService_ReportSessionActiveRequest.md)
- [SuperOffice.WebApi.Data.Document SavePrivacyReportPdfRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Document_SavePrivacyReportPdfRequest.md)
- [SuperOffice.WebApi.Agents.ReportAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ReportAgent.md)
