ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Images Class / Remove Method

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

    Parameters

    image
    See Also