[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.IImageLocatorService

IImageLocatorService Interface

Defines functionality for image retrieval and data access.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IImageLocatorService

Methods

Name Description
GetImageData(ILayoutArea, bool)

Returns image item data as ImageInfo either from Cache or creating a new image.

GetImageData(IImage, bool)

Initialize ImageInfo using specified locator

GetImageData(IStyle, bool)

Returns the background image from the specified IStyle instance.

Extension Methods