[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Themes.Image

Image Class

Represents an image of the theme, providing access to binary data, name and MIME type.

Inheritance
Image
Namespace: GrapeCity.ActiveReports.Rdl.Themes
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Image

Constructors

Name Description
Image()

Initializes a new instance of the Image class in the Theme Editor.

Properties

Name Description
ImageData

Gets or sets the binary data associated with this image.

MIMEType

Gets or sets the MIME type of this image.

Name

Gets or sets the name of this image.

Extension Methods