[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Validation.ValidationReportException

ValidationReportException Class

Represents an exception about report validation errors.

Inheritance
ValidationReportException
Implements
Namespace: GrapeCity.ActiveReports.Rdl.Validation
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ValidationReportException : Exception, ISerializable

Properties

Name Description
ErrorCode

Gets the error code associated with this exception.

Methods

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.

Extension Methods