# GrapeCity.ActiveReports.Design.IVsPackageIntegration

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_IVsPackageIntegration" data-uid="GrapeCity.ActiveReports.Design.IVsPackageIntegration" class="text-break">IVsPackageIntegration Interface
</h1>
  <div class="markdown level0 summary"><p>Provides vs package integration service</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_IVsPackageIntegration_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IVsPackageIntegration</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_Design_IVsPackageIntegration_GetStyleSheets" data-uid="GrapeCity.ActiveReports.Design.IVsPackageIntegration.GetStyleSheets">
          <a class="xref" href="GrapeCity.ActiveReports.Design.IVsPackageIntegration.GetStyleSheets.html#GrapeCity_ActiveReports_Design_IVsPackageIntegration_GetStyleSheets">GetStyleSheets()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the available styles' names.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_IVsPackageIntegration_OnDebugModeChanged_GrapeCity_ActiveReports_Design_DebugMode_" data-uid="GrapeCity.ActiveReports.Design.IVsPackageIntegration.OnDebugModeChanged(GrapeCity.ActiveReports.Design.DebugMode)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.IVsPackageIntegration.OnDebugModeChanged.html#GrapeCity_ActiveReports_Design_IVsPackageIntegration_OnDebugModeChanged_GrapeCity_ActiveReports_Design_DebugMode_">OnDebugModeChanged(DebugMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the function called when the debugging mode changes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_IVsPackageIntegration_OnSolutionBuilding" data-uid="GrapeCity.ActiveReports.Design.IVsPackageIntegration.OnSolutionBuilding">
          <a class="xref" href="GrapeCity.ActiveReports.Design.IVsPackageIntegration.OnSolutionBuilding.html#GrapeCity_ActiveReports_Design_IVsPackageIntegration_OnSolutionBuilding">OnSolutionBuilding()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the function called before any solution build actions have begun</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
