ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / SimpleField Class / Value Property

In This Topic
    Value Property (SimpleField)
    In This Topic
    Gets or sets simple field value
    Syntax
    'Declaration
     
    Public Property Value As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfoCollection
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfoCollection Value {get; set;}
    See Also