ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Visibility Class / ToggleItem Property

In This Topic
    ToggleItem Property
    In This Topic

    Gets or sets the name of the textbox used to hide or reveal the report item.

    Syntax
    'Declaration
     
    Public Property ToggleItem As String
    public string ToggleItem {get; set;}

    Property Value

    A String representing the name of the textbox used to hide or reveal the report item.

    See Also