ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ReportModelBase Class / Error Property

In This Topic
    Error Property (ReportModelBase)
    In This Topic
    Non-null if LoadState is LoadState.Error, null otherwise. Second class property: you will not be notified on this property change.
    Syntax
    'Declaration
     
    Public ReadOnly Property Error As Exception
    public Exception Error {get;}
    See Also