ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphImage Class / ParagraphImage Constructor / ParagraphImage Constructor(String)
A string that is assigned to the ImageName property.

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

    Parameters

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