ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Notifications Class / Warning Method

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
    warningText
    See Also