[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IImage

IImage Interface

Represents an interface for images.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IImage : IStaticItem, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem

Properties

Name Description
HorizontalAlignment

Gets the horizontal alignment of the picture shown by the image report item.

MimeType

Gets the Multipurpose Internet Mail Extensions (MIME) type of the image.

Sizing

Gets the behavior if the image doesn't fit within the specified size.

Source

Gets the source type of the image specified in the Value property.

Value

Gets the source of the image.

VerticalAlignment

Gets the vertical alignment of the picture shown by the image report item.

Extension Methods