ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / FieldItem Class / FieldItem Constructor / FieldItem Constructor(ExpressionInfo)

In This Topic
    FieldItem Constructor(ExpressionInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo _
    )
    public FieldItem( 
       GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value
    )

    Parameters

    value
    See Also