[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Image

Image Class

Represents an image ReportItem within the report definition.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Image : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
Image()

Initializes a new instance of the Image class.

Properties

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.

Methods

Name Description
GetExpressions()

Returns a list of the expressions contained by this report item.

Validate(ValidationContext)

Validates the current state of the Image object.

Extension Methods