Set a Table's Hide Attributes from the Modify Attribute Form

Overview

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.

Parameters

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.

Visual Guide - Setting a table report’s hide attributes

Modify Attribute form – setting hide attributes for a table