The exception that is thrown in ReportControl method.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    PerpetuumSoft.Reporting.DOM..::.ReportControlException

See Also