# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix" class="text-break">IMatrix Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface for the Matrix object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.html">GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IMatrix : IDataRegion, IOverflowItem, ISectionRegion, IPageRegion, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem, IFixedSizeItem</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_Components_Matrix_IMatrix_CellCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellCollection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellCollection">CellCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cells in the matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellColumns" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellColumns">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellColumns.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellColumns">CellColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellCollection">CellCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellHeights" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellHeights">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellHeights.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellHeights">CellHeights</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of each renderable row in the matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellRows" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellRows">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellRows.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellRows">CellRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellCollection">CellCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellWidths" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellWidths">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellWidths.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellWidths">CellWidths</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of each renderable column in the matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellsBeforeRowHeaders" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellsBeforeRowHeaders">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.CellsBeforeRowHeaders.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_CellsBeforeRowHeaders">CellsBeforeRowHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrices).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_ColumnGroupings" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.ColumnGroupings">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.ColumnGroupings.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_ColumnGroupings">ColumnGroupings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of groupings on the column axis for the matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_ColumnMemberCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.ColumnMemberCollection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.ColumnMemberCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_ColumnMemberCollection">ColumnMemberCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of <span class="xref">MatrixMember</span> objects or null if there is no column grouping defined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_Columns" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.Columns">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.Columns.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in this matrix's definition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_Corner" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.Corner">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.Corner.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_Corner">Corner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="../MESCIUS.ActiveReports.Core.Rdl/GrapeCity.ActiveReports.PageReportModel.ReportItem.html">ReportItem</a> to be displayed in the upper left corner area for this <span class="xref">Matrix</span> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_DataCells" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.DataCells">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.DataCells.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_DataCells">DataCells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of matrix data cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_GroupsBeforeRowHeaders" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.GroupsBeforeRowHeaders">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.GroupsBeforeRowHeaders.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_GroupsBeforeRowHeaders">GroupsBeforeRowHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of instances of the outermost column group that should appear to the left of the row headers (right of the row headers for RTL matrices).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_LayoutDirection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.LayoutDirection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.LayoutDirection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_LayoutDirection">LayoutDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the matrix columns grow left-to-right (with headers on the left) or right-to-left (with headers on the right).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_RowGroupings" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.RowGroupings">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.RowGroupings.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_RowGroupings">RowGroupings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the set of groupings on the row axis for the matrix.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_RowMemberCollection" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.RowMemberCollection">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.RowMemberCollection.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_RowMemberCollection">RowMemberCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of <span class="xref">MatrixMember</span> objects or null if there is no row grouping defined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_Rows" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.Rows">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrix.Rows.html#GrapeCity_ActiveReports_Extensibility_Rendering_Components_Matrix_IMatrix_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in this matrix's definition.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.ReportItemExtensions.HasStyleDelayedProperties.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_ReportItemExtensions_HasStyleDelayedProperties_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_">ReportItemExtensions.HasStyleDelayedProperties(IReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.ReportItemExtensions.IsDelayedHidded.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_ReportItemExtensions_IsDelayedHidded_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_">ReportItemExtensions.IsDelayedHidded(IReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.ReportItemExtensions.IsInteractive.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_ReportItemExtensions_IsInteractive_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_">ReportItemExtensions.IsInteractive(IReportItem)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.ReportItemImageRenderer.Render.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_ReportItemImageRenderer_Render_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_GrapeCity_ActiveReports_Extensibility_Rendering_IImageRenderer_System_Drawing_SizeF_System_Drawing_SizeF_System_String_">ReportItemImageRenderer.Render(IReportItem, IImageRenderer, SizeF, SizeF, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Rendering.GraphicalRenderers.ReportItemImageRenderer.RenderBackground.html#GrapeCity_ActiveReports_Rendering_GraphicalRenderers_ReportItemImageRenderer_RenderBackground_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IReportItem_GrapeCity_ActiveReports_Extensibility_Rendering_IImageRenderer_System_Drawing_SizeF_System_Drawing_SizeF_System_String_">ReportItemImageRenderer.RenderBackground(IReportItem, IImageRenderer, SizeF, SizeF, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ServiceProviderExtension.GetService.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ServiceProviderExtension_GetService__1_System_IServiceProvider_">ServiceProviderExtension.GetService&lt;T&gt;(IServiceProvider)</a>
  </div>
  <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>
