ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ExpressionInfoCollectionEventArgs Class / Value Property

In This Topic
    Value Property (ExpressionInfoCollectionEventArgs)
    In This Topic
    Returns the GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that was added or removed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As ExpressionInfo
    public ExpressionInfo Value {get;}
    See Also