[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.Notifications.Info

Info Method

Info(string, string)

Sends a general notification. Can be used to notify when any user-initiated action is complete.

Declaration
public Task Info(string caption, string text)
Parameters
Type Name Description
string caption

The notification caption.

string text

Optional notification content.

Returns
Type Description
Task

A Task representing the asynchronous operation of sending a general notification.