# GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag" class="text-break">IPropertyBag Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a way to retrieve property values.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.html">GrapeCity.ActiveReports.Extensibility.Rendering</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPropertyBag</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_Extensibility_Rendering_IPropertyBag_PropertyNames" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.PropertyNames">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.PropertyNames.html#GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_PropertyNames">PropertyNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the names of the properties contained in the bag.</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_Extensibility_Rendering_IPropertyBag_GetPropertyContent_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.GetPropertyContent(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.GetPropertyContent.html#GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_GetPropertyContent_System_String_">GetPropertyContent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content for the named property without evaluation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_GetValue_System_String_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.GetValue(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IPropertyBag.GetValue.html#GrapeCity_ActiveReports_Extensibility_Rendering_IPropertyBag_GetValue_System_String_">GetValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value for the named property.</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>
