ActiveReports3 Request technical support
ParameterCollection Class
See Also  Members  


Represents the collection of parameters that ActiveReports parses from the parameter placeholders in the data source SQL query.

Object Model

Syntax

Visual Basic (Declaration) 
Public Class ParameterCollection 
   Inherits CollectionBase
Visual Basic (Usage)Copy Code
Dim instance As ParameterCollection
C# 
public class ParameterCollection : CollectionBase 

Remarks

ActiveReports parses the data source SQL query for the following parameters placeholder syntax, and it uses that syntax to create the parameters collection before the data source is accessed.  Only the Name is required.

<%Name | Prompt | DefaultValue | Type%>

Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      DataDynamics.ActiveReports.ParameterCollection

See Also