Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
This article explains how to hide a table, row, or column in a table report by using the Modify Attribute form of Aspose.Cells Reporting Services.
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | string | Yes | The kind of object to hide. Allowed values: table, row, column. |
| index | integer | Yes | Zero‑based position of the object to hide. Omitted (or null) when type is worksheet. |
| expression | string | Yes | The hide state. Use true/false or a valid Excel formula (e.g., =A1>10). Supports Reporting Services formulas. |
*If type is row or column, index must be supplied. For table, the index is always 0.

Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.