ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Expression Class / Expression Constructor / Expression Constructor(String)
A string to assign to the Text property.

In This Topic
    Expression Constructor(String)
    In This Topic
    Initializes a new instance of the Expression class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal expression As System.String _
    )
    public Expression( 
       System.string expression
    )

    Parameters

    expression
    A string to assign to the Text property.
    See Also