Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / Warnings Property

In This Topic
    Warnings Property (C1RdlReportBase)
    In This Topic
    Gets the collection of warnings produced when the current report was generated. If this is a subreport then the master report's collection of warnings is returned.
    Syntax
    'Declaration
     
    Public ReadOnly Property Warnings As WarningCollection
    public WarningCollection Warnings {get;}
    See Also