ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Notifications Class / Warning Method
The warning caption.
Optional warning details.

In This Topic
    Warning Method
    In This Topic
    Sends a warning notification.
    Syntax
    'Declaration
     
    Public Function Warning( _
       ByVal caption As String, _
       ByVal warningText As String _
    ) As Task
    public Task Warning( 
       string caption,
       string warningText
    )

    Parameters

    caption
    The warning caption.
    warningText
    Optional warning details.

    Return Value

    A System.Threading.Tasks.Task representing the asynchronous operation of sending a warning notification.
    See Also