[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.Images.Add

Add Method

Add(Image)

Adds an image to the collection.

Declaration
public void Add(Image image)
Parameters
Type Name Description
Image image

An Image object to add.

Exceptions
Type Condition
ArgumentException

Throws if the collection already has an image with the same name as image has.

ArgumentNullException

Throws if image is null.