# Why can’t I print or export extension content?

**Cause:**\
Currently, **Tableau does not support printing or exporting** content rendered inside dashboard extensions (like WriteBackExtreme), because extensions are loaded in secure iframes.

**Workaround / Recommendation:**\
Yes, while you can't print the extension itself, you **can still use the WriteBack data** in a printable way.

**How:**

* Join or relate the data written by the extension (e.g., to Snowflake, SQL Server)
* Bring that data back into Tableau using a standard data connection
* Visualize the data inside a **native Tableau worksheet**, which **can be printed or exported**

**Note:**\
Tableau is actively working to improve extension print/export support in future releases.


---

# Agent Instructions: 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.infotopics.com/general-faqs/general-faqs/known-limitations-and-workarounds/why-cant-i-print-or-export-extension-content.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.
