Represents collection of SubReportParameter.

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

Syntax

C#
[SerializableAttribute]
public class SubReportParameterCollection : CollectionBase
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SubReportParameterCollection _
	Inherits CollectionBase
Visual C++
[SerializableAttribute]
public ref class SubReportParameterCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Reporting.DOM..::.SubReportParameterCollection

See Also