Class ReportException
Exception class, used by reporting engine when an error in report processing occur
Implements
Inherited Members
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public class ReportException : Exception, ISerializable
Constructors
ReportException(string, ReportItem, string)
Constructor to launch a report exception
Declaration
public ReportException(string amessage, ReportItem element, string propname)
Parameters
| Type | Name | Description |
|---|---|---|
| string | amessage | |
| ReportItem | element | |
| string | propname |
Fields
Item
Report item causing the problem, when applicable
Declaration
public ReportItem Item
Field Value
| Type | Description |
|---|---|
| ReportItem |
PropertyName
Property name when applicable
Declaration
public string PropertyName
Field Value
| Type | Description |
|---|---|
| string |