ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportDefinitionException Class / ErrorCode Property

In This Topic
    ErrorCode Property (ReportDefinitionException)
    In This Topic
    Gets the error code associated with this exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As ReportDefinitionException.ErrorCodes
    public ReportDefinitionException.ErrorCodes ErrorCode {get;}

    Property Value

    An ReportDefinitionException.ErrorCodes value indicating the specific type of report definition error.
    See Also