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

In This Topic
    Send Method
    In This Topic
    Sends a notification of specified level, caption and content.
    Syntax
    'Declaration
     
    Public Function Send( _
       ByVal level As Level, _
       ByVal caption As String, _
       ByVal content As String _
    ) As Task
    public Task Send( 
       Level level,
       string caption,
       string content
    )

    Parameters

    level
    caption
    content
    See Also