Initializes a new instance of the SubReportParameterCollection class.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public SubReportParameterCollection(
	string[] names,
	Object[] objects,
	string[] expressions
)
Visual Basic (Declaration)
Public Sub New ( _
	names As String(), _
	objects As Object(), _
	expressions As String() _
)
Visual C++
public:
SubReportParameterCollection(
	array<String^>^ names, 
	array<Object^>^ objects, 
	array<String^>^ expressions
)

Parameters

names
Type: array< System..::.String >[]()[]
objects
Type: array< System..::.Object >[]()[]
expressions
Type: array< System..::.String >[]()[]

See Also