ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.ReportParameters Namespace / ParameterValueCollection Class
Members

In This Topic
    ParameterValueCollection Class
    In This Topic
    A Collection of ParameterValue objects.
    Object Model
    ParameterValueCollection Class
    Syntax
    'Declaration
     
    Public Class ParameterValueCollection 
       Inherits System.Collections.CollectionBase
    public class ParameterValueCollection : System.Collections.CollectionBase 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          GrapeCity.ActiveReports.Core.Rendering.ReportParameters.ParameterValueCollection

    See Also