> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/features/report/edit-report/report-page.md).

# Report Page

A **Report Page** is the main workspace for presenting data. Each page can include charts, tables, slicers, text, images, buttons, and more — helping users understand and interact with data for specific objectives.

Users can configure a page in the report using the following options:

#### Set Page Orientation

Users can enable or disable **Landscape Mode**.

* When disabled, the page is displayed in **Portrait Orientation**.

#### Adjust Page Height

Users can modify the height of the page using the **Scale Height** setting:

* **Scale Height = 1**: Default height
* **Scale Height = 2 / 3**: Doubles or triples the default height — suitable for reports with longer content

#### Set Grid Resolution

Users can adjust the **grid resolution** on the Report Page to better support the arrangement of components:

* **Default**: When this option is turned off, the system displays the grid at the standard resolution.
* **High Resolution**: When turned on, the grid is displayed at a higher resolution, allowing for more precise alignment of objects.

#### Manage Page Publishing Status

* **Draft**: The page is saved as a draft. Only users with editing permissions can view or modify it.\
  → To save as draft, click **Save as Draft** after editing.
* **Published**: The page is made available to end users in **View Mode**.\
  → To publish, click **Publish** when you're ready to share the report.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.datasuite.vn/english/features/report/edit-report/report-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
