Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / SSRSToggleItemAction Class / SSRSToggleItemAction Constructor
The ID of the item to toggle.

In This Topic
    SSRSToggleItemAction Constructor
    In This Topic
    Initializes a new instance of the SSRSToggleItemAction object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal toggleID As String _
    )
    public SSRSToggleItemAction( 
       string toggleID
    )

    Parameters

    toggleID
    The ID of the item to toggle.
    See Also