# ViewerType

## Content

# Type Alias: ViewerType

```ts
type ViewerType = "Report" | "Dashboard";
```

Report:
	  Uses standard UI and default rendering settings
	Dashboard:
	  Uses dashboard UI and dashboard rendering settings, which include:
   rendering all pages in galley mode, with report background color as viewer area background
