# GrapeCity.ActiveReports.Rendering.IStyleSheetService

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_IStyleSheetService" data-uid="GrapeCity.ActiveReports.Rendering.IStyleSheetService" class="text-break">IStyleSheetService Interface
</h1>
  <div class="markdown level0 summary"><p>Allows to get report's evaluated styles.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.html">GrapeCity.ActiveReports.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_IStyleSheetService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IStyleSheetService</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IStyleSheetService_StyleSheet" data-uid="GrapeCity.ActiveReports.Rendering.IStyleSheetService.StyleSheet">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IStyleSheetService.StyleSheet.html#GrapeCity_ActiveReports_Rendering_IStyleSheetService_StyleSheet">StyleSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a report's <a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.StyleSheet.html">StyleSheet</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Rendering_IStyleSheetService_GetStyle_System_Int32_" data-uid="GrapeCity.ActiveReports.Rendering.IStyleSheetService.GetStyle(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IStyleSheetService.GetStyle.html#GrapeCity_ActiveReports_Rendering_IStyleSheetService_GetStyle_System_Int32_">GetStyle(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets evaluated style by specified heading level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_IStyleSheetService_GetStyle_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.IStyleSheetService.GetStyle(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.IStyleSheetService.GetStyle.html#GrapeCity_ActiveReports_Rendering_IStyleSheetService_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets evaluated style by specified name.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
