Defines a collection of controls in the report.

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

Syntax

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

Inheritance Hierarchy

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

See Also