Visibility Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines whether a report item should be shown in the rendered report.
public ref class Visibility abstract
public abstract class Visibility
type Visibility = class
Public MustInherit Class Visibility
- Inheritance
-
Visibility
Constructors
Visibility() |
Initializes a new instance of the Visibility class. |
Fields
m_startHidden |
Specifies a value that indicates whether the item should be initially hidden. |
Properties
Hidden |
Gets a value that indicates whether the item should be initially hidden. |
HiddenState |
Gets a value that indicates whether the item is visible, hidden or conditionally hidden. |
RecursiveToggleReceiver |
Gets a value that indicates whether the item has a recursive toggle receiver. |
ToggleItem |
Gets the name of the textbox used to hide/unhide this report item. |