[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.Images

Images Class

Represents a collection of images associated with a theme.

Inheritance
Images
Namespace: GrapeCity.ActiveReports.Rdl.Themes
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class Images : IEnumerable<Image>, IEnumerable

Constructors

Name Description
Images()

Initializes a new instance of the Images class.

Properties

Name Description
Count

Gets a number of images in the collection.

this[string]

Gets the Image using a specified name.

Methods

Name Description
Add(Image)

Adds an image to the collection.

Clear()

Removes all images from the collection.

GetEnumerator()

Gets an enumerator that iterates through the collection of Image objects.

Remove(Image)

Removes a specified image from the collection.

Extension Methods