Version

IImageLoader Interface

Provides an interface to provide custom loading of images when publishing a report from an XML file.
Syntax
'Declaration
 
Public Interface IImageLoader 
public interface IImageLoader 
Remarks

Note: The loader will only be used when the Source attribute of the Image in an XML file starts with "Loader:". Any subsequent text following this prefix will be passed in as the path parameter of the Load method.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub