FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Document Namespace / Utils Class / GetResourceImage Method

In This Topic
    GetResourceImage Method (Utils)
    In This Topic
    Gets the resource image.
    Syntax
    'Declaration
     
    Public Shared Function GetResourceImage( _
       ByVal asmb As Assembly, _
       ByVal resName As String _
    ) As GrapeCity.Documents.Drawing.IImage
    public static GrapeCity.Documents.Drawing.IImage GetResourceImage( 
       Assembly asmb,
       string resName
    )

    Parameters

    asmb
    resName
    See Also