Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / WarningCollection Class / Add Method
The warning to add.

In This Topic
    Add Method (WarningCollection)
    In This Topic
    Adds a Warning object to the current collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal item As Warning _
    ) As Integer
    public int Add( 
       Warning item
    )

    Parameters

    item
    The warning to add.

    Return Value

    The index of the added object in the current collection.
    See Also