[]
Represents an image embedded within the report definition.
public sealed class EmbeddedImage : IValidateable
| Name | Description |
|---|---|
| EmbeddedImage() | Initializes a new instance of the EmbeddedImage class. |
| 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. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the EmbeddedImage object. |