# GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add

## Content

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



<h1 id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add*"></a>
<h4 id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_System_String_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add(System.String)">Add(string)</h4>
<div class="markdown level1 summary"><p>Adds a new Style object with the specified name to the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(string name)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add*"></a>
<h4 id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_System_String_System_String_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add(System.String,System.String)">Add(string, string)</h4>
<div class="markdown level1 summary"><p>Adds a new Style object to the collection and sets its parent style to the specified parent Style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Add(string name, string nameOfParent)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">nameOfParent</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add*"></a>
<h4 id="GrapeCity_ActiveReports_SectionReportModel_StyleSheet_Add_DDCssLib_StyleSheetRule_" data-uid="GrapeCity.ActiveReports.SectionReportModel.StyleSheet.Add(DDCssLib.StyleSheetRule)">Add(StyleSheetRule)</h4>
<div class="markdown level1 summary"><p>Adds the specified Style object to the collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int Add(StyleSheetRule value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="DDCssLib.StyleSheetRule.html">StyleSheetRule</a></td>
      <td><span class="parametername">value</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
