ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ExpressionInfoCollection Class
Members

In This Topic
    ExpressionInfoCollection Class
    In This Topic
    Implements a strongly typed collection for GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.
    Object Model
    ExpressionInfoCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ExpressionInfoCollection 
       Inherits System.Collections.ObjectModel.Collection(Of ExpressionInfo)
    public sealed class ExpressionInfoCollection : System.Collections.ObjectModel.Collection<ExpressionInfo> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.ActiveReports.PageReportModel.ExpressionInfoCollection

    See Also