Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / WarningCollection Class
Members

In This Topic
    WarningCollection Class
    In This Topic
    Represents a collection of Warning objects. This is the type of the C1RdlReportBase.Warnings property on a C1RdlReportBase.
    Object Model
    WarningCollection Class
    Syntax
    'Declaration
     
    Public Class WarningCollection 
       Inherits System.Collections.CollectionBase
    public class WarningCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          C1.C1Rdl.WarningCollection

    See Also