ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class
Properties Methods Events

In This Topic
    ParameterCollection Class Members
    In This Topic

    The following tables list the members exposed by ParameterCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ParameterCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyOverloaded. Returns a reference to the specified Parameter.  
    Public PropertyReturns the results of parsing the report's parameter values.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a Parameter object to the Parameter collection.  
    Public MethodOverloaded. Adds a range of Parameter objects to the Parameter collection.  
    Public MethodDetermines whether the prompt is needed. If the PromptUser property of one of the parameters in the collection is set to true, the prompt is returned.  
    Public MethodDetermines whether a query for the parameters in the collection has been created.  
    Public MethodDetermines whether the collection contains the specified parameter.  
    Public MethodReleases the ParameterCollection from memory.  
    Public MethodReturns the index of the specified Parameter object in the collection.  
    Public MethodInserts a Parameter object into the collection at the specified index.  
    Public MethodRemoves a parameter from the collection.  
    Top
    Public Events
     NameDescription
    Public EventIs raised when the Parameter collection is modified.  
    Top
    See Also