ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Tag Class / ShowInDialog Property

In This Topic
    ShowInDialog Property
    In This Topic
    Gets or sets a value indicating whether to show the current tag and allow the user to edit its Value in the tags input dialog. The default is true.
    Syntax
    'Declaration
     
    Public Property ShowInDialog As System.Boolean
    public System.bool ShowInDialog {get; set;}
    See Also