ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Images Class / Remove Method
A Image object to remove.

In This Topic
    Remove Method (Images)
    In This Topic
    Removes a specified image from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal image As Image _
    ) 
    public void Remove( 
       Image image
    )

    Parameters

    image
    A Image object to remove.
    Exceptions
    ExceptionDescription
    Throws if image is null.
    See Also