Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Visibility Class
Properties Methods


In This Topic
    Visibility Class Members
    In This Topic

    The following tables list the members exposed by Visibility.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets value indicates if the item should be hidden at first.  
    Public PropertyGets or sets the name of the text box used to hide/unhide this report item. Clicking on an instance of the ToggleItem will toggle the hidden state of every corresponding instance of this item. If the ToggleItem becomes hidden (because either the item or an ancestor is toggled or conditionally hidden), this item should become hidden. Must be a text box in the same group scope as this item or in any containing (ancestor) group scope. If omitted, no item will toggle the hidden state of this item. Not allowed on and cannot refer to report items contained in a page header or footer. Cannot refer to a report item contained in the current report item unless current group scope has a Parent.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another Visibility to the current object.  
    Top
    See Also