# GrapeCity.ActiveReports.Blazor.Designer.Notifications

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Blazor_Designer_Notifications" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications" class="text-break">Notifications Class
</h1>
  <div class="markdown level0 summary"><p>Represents methods for sending and managing notifications, allowing the sending of notifications of various levels (info, warning, error) and managing their display and dismissal.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Notifications</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.html">GrapeCity.ActiveReports.Blazor.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Notifications</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_DismissAll" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.DismissAll">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Notifications.DismissAll.html#GrapeCity_ActiveReports_Blazor_Designer_Notifications_DismissAll">DismissAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Dismisses all the notifications.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Error_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Error(System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Error.html#GrapeCity_ActiveReports_Blazor_Designer_Notifications_Error_System_String_System_String_">Error(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends an error notification.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Info_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Info(System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Info.html#GrapeCity_ActiveReports_Blazor_Designer_Notifications_Info_System_String_System_String_">Info(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends a general notification. Can be used to notify when any user-initiated action is complete.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Send_GrapeCity_ActiveReports_Blazor_Designer_Level_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send(GrapeCity.ActiveReports.Blazor.Designer.Level,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Send.html#GrapeCity_ActiveReports_Blazor_Designer_Notifications_Send_GrapeCity_ActiveReports_Blazor_Designer_Level_System_String_System_String_">Send(Level, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends a notification with the specified level, caption, and content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Designer_Notifications_Warning_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Warning(System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Blazor.Designer.Notifications.Warning.html#GrapeCity_ActiveReports_Blazor_Designer_Notifications_Warning_System_String_System_String_">Warning(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends a warning notification.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
