[]
Represents an exception about report validation errors.
public sealed class ValidationReportException : Exception, ISerializable
| Name | Description |
|---|---|
| ErrorCode | Gets the error code associated with this exception. |
| Name | Description |
|---|---|
| InvalidGroupingName(string) | Creates a new ValidationReportException indicating that the specified grouping name is invalid. |
| InvalidGroupingParent(string) | Creates a new ValidationReportException indicating that the specified grouping parent is invalid. |
| SubreportNotFound(string) | Creates a new ValidationReportException indicating that the specified subreport was not found. |