ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Forms Namespace / TagsInputFormBase Class / EditTags Method
The owner of the C1.C1Preview.C1PrintDocument.Tags collection to edit.

In This Topic
    EditTags Method (TagsInputFormBase)
    In This Topic
    When overridden in a derived class, should show the tags input dialog, and return a value indicating whether the user accepted the dialog.
    Syntax
    'Declaration
     
    Public Overridable Function EditTags( _
       ByVal document As C1PrintDocument _
    ) As System.Boolean
    public virtual System.bool EditTags( 
       C1PrintDocument document
    )

    Parameters

    document
    The owner of the C1.C1Preview.C1PrintDocument.Tags collection to edit.

    Return Value

    true if the user accepted the dialog, false otherwise.
    See Also