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

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

    Parameters

    image
    See Also