Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderImage Class / RenderImage Constructor / RenderImage Constructor(String)
A string that is assigned to the ImageName property.

In This Topic
    RenderImage Constructor(String)
    In This Topic
    Initializes a new instance of the RenderImage class, assigning the ImageName property.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal imageName As String _
    )
    public RenderImage( 
       string imageName
    )

    Parameters

    imageName
    A string that is assigned to the ImageName property.
    See Also