[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.EmbeddedImage

EmbeddedImage Class

Represents an image embedded within the report definition.

Inheritance
EmbeddedImage
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class EmbeddedImage : IValidateable

Constructors

Name Description
EmbeddedImage()

Initializes a new instance of the EmbeddedImage class.

Properties

Name Description
ImageData

Gets or sets a Base-64 encoded data of the image.

MIMEType

Gets or sets a MIME type of the embedded image.

Name

Gets or sets a name of the embedded image.

Methods

Name Description
Validate(ValidationContext)

Validates the current state of the EmbeddedImage object.

Extension Methods