# Report Properties

Learn about report properties in ActiveReportsJS.

## Content

Both `Continuous Page Layout` and `Fixed Page Layout` share the common properties of a `Report` object that loads into the [Properties panel](/activereportsjs/docs/v6.1/ReportAuthorGuide/Report-Designer-Interface#properties-panel) if you select the `Report` item in the [Report Explorer](/activereportsjs/docs/v6.1/ReportAuthorGuide/Report-Designer-Interface#report-explorer) or click anywhere on the gray area around the page layout.

### Theme

You can find more information about this property on the [Report Themes](/activereportsjs/docs/v6.1/ReportAuthorGuide/Themes) page.

### Embedded Images

A report template, which is saved in `Json` format, can include embedded image data in `Base64` format. Embedding an image ensures that it is always available but can affect the size of the report file.
To embed an image into a report, click the `+` icon on the right side of the `Embedded Images` property and select the image file in the `Open File` dialog.
To remove an embedded image, expand the `Embedded Imaged` property using the `list` icon on the right side, then click the `trash bin` icon on the left side of the image that you want to remove.
DOC-DETAILS-TAG-OPEN
DOC-SUMMARY-TAG-OPEN
Expand to watch embedding the image in action
DOC-SUMMARY-TAG-CLOSE
![EmbeddingImage](https://cdn.mescius.io/document-site-files/images/fcb03d52-fb54-40c3-8356-825c2a095d5b/EmbeddingImage.69ef57.gif)
DOC-DETAILS-TAG-CLOSE

### Layers

You can find more information about this property on the [Report Layers](/activereportsjs/docs/v6.1/ReportAuthorGuide/report-layers) page.

### Document Map

Properties in this group used together with the [Table of Contents](/activereportsjs/docs/v6.1/ReportAuthorGuide/Report-Items/Supplemental-Report-Items/TableOfContents) report item and the [Report Map](/activereportsjs/docs/v6.1/ReportAuthorGuide/Interactivity#report-map).

### Miscellaneous

* The `Author` and `Description` [strings](/activereportsjs/docs/v6.1/ReportAuthorGuide/Report-Items/Common-Properties#scalar) define the corresponding metadata of a report.
* The `Language` determines the default locale for numbers and dates formatting in the report output.
* The `Start Page Number` affects [Page Numbering](/activereportsjs/docs/v6.1/ReportAuthorGuide/Expressions/references#page-numbering).