ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IImageLocatorService Interface / GetImageData Method / GetImageData(IStyle,Boolean) Method
IStyle to return the background image from.

In This Topic
    GetImageData(IStyle,Boolean) Method
    In This Topic
    Returns the background image from the specified IStyle instance.
    Syntax
    'Declaration
     
    Overloads Function GetImageData( _
       ByVal style As IStyle, _
       ByVal allowMetafiles As Boolean _
    ) As ImageInfo
    ImageInfo GetImageData( 
       IStyle style,
       bool allowMetafiles
    )

    Parameters

    style
    IStyle to return the background image from.
    allowMetafiles
    See Also