HideStaticsIfNoRows Property
In This Topic
Gets a value indicating whether all static members in the tablix without dynamic descendants or dynamic ancestors have HideIfNoRows set to true.
Syntax
'Declaration
ReadOnly Property HideStaticsIfNoRows As Boolean
bool HideStaticsIfNoRows {get;}
Property Value
A
System.Boolean value indicating whether to hide static members if there are no rows.
See Also