[]
Saves the report snapshot to the specified output stream.
public void Save(Stream output, bool isInteractive = false)
| Type | Name | Description |
|---|---|---|
| Stream | output | A Stream object to which the report snapshot will be written. |
| bool | isInteractive | A bool value indicating report has interactive items like slicers, user sorts and etc.
If |
Saves the report snapshot to the specified output stream.
public void Save(Stream output, bool isInteractive, bool formatted)
| Type | Name | Description |
|---|---|---|
| Stream | output | A Stream object to which the report snapshot will be written. |
| bool | isInteractive | A bool value indicating report has interactive items like slicers, user sorts and etc.
If |
| bool | formatted | A bool value indicating whether the JSON should be formatted for readability. |