ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ErrorDesc Property

In This Topic
    ErrorDesc Property
    In This Topic
    Obsolete. Now gets the description of the first element in the Warnings collection, or an empty string if there are no warnings.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorDesc As System.String
    public System.string ErrorDesc {get;}
    See Also