ComponentOne Reports for WPF
C1.C1Rdl Namespace / Warning Class / Warning Constructor
The human-readable problem description.
The object that triggered the problem.

In This Topic
    Warning Constructor
    In This Topic
    Initializes a new instance of the Warning class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal description As String, _
       ByVal source As Object _
    )
    public Warning( 
       string description,
       object source
    )

    Parameters

    description
    The human-readable problem description.
    source
    The object that triggered the problem.
    See Also