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

In This Topic
    Info Method (Notifications)
    In This Topic
    Sends a general notification. Can be used to notify when any user-initiated action is complete.
    Syntax
    'Declaration
     
    Public Function Info( _
       ByVal caption As String, _
       ByVal text As String _
    ) As Task
    public Task Info( 
       string caption,
       string text
    )

    Parameters

    caption
    text
    See Also