FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Document Namespace / Utils Class / GetImageEmbeddedResource Method / GetImageEmbeddedResource(String) Method
The image name.

In This Topic
    GetImageEmbeddedResource(String) Method
    In This Topic
    Gets the image from embedded resource.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetImageEmbeddedResource( _
       ByVal imageName As String _
    ) As GrapeCity.Documents.Drawing.Image
    public static GrapeCity.Documents.Drawing.Image GetImageEmbeddedResource( 
       string imageName
    )

    Parameters

    imageName
    The image name.

    Return Value

    The image from embedded resource.
    See Also