ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Images Class / Add Method
An Image object to add.

In This Topic
    Add Method (Images)
    In This Topic
    Adds an image to the collection.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal image As Image _
    ) 
    public void Add( 
       Image image
    )

    Parameters

    image
    An Image object to add.
    Exceptions
    ExceptionDescription
    Throws if the collection already has an image with the same name as image has.
    Throws if image is null.
    See Also