[]
Represents an image ReportItem within the report definition.
public sealed class Image : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable
Name | Description |
---|---|
Image() | Initializes a new instance of the Image class. |
Name | Description |
---|---|
AccessibleDescription | Gets or sets a description of the control used by accessibility client applications. |
HorizontalAlignment | Gets or sets a horizontal alignment of the picture inside the image report item. |
MIMEType | Gets or sets the MIME type of the image. |
Sizing | Gets or sets a value indicating how the image is rendered if it does not fit within the defined size. |
Source | Gets or sets a source of the image. |
Value | Gets or sets the value of the image. |
VerticalAlignment | Gets or sets a vertical alignment of the picture inside the image report item. |
Name | Description |
---|---|
GetExpressions() | Returns a list of the expressions contained by this report item. |
Validate(ValidationContext) | Validates the current state of the Image object. |