# ReportItemsStyles

## Content

# Type Alias: ReportItemsStyles

```ts
type ReportItemsStyles = object;
```

Defines the report item css styles.

## Properties

### cssUri?

```ts
optional cssUri?: string;
```

Specifies the URI of a custom css that will be applied to the report items.

#### Example

```ts
cssUri: 'custom-styles.css'
```
