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

In This Topic
    ErrorCode Property (ReportDefinitionException)
    In This Topic
    Error code of current exception.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorCode As ReportDefinitionException.ErrorCodes
    public ReportDefinitionException.ErrorCodes ErrorCode {get;}
    See Also