# GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService

## Content

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



  <h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService" class="text-break">IReportInformationService Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a service that returns global variables and user-specific information related to the report.</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_IReportInformationService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IReportInformationService</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_IReportInformationService_ExecutionTime" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.ExecutionTime">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.ExecutionTime.html#GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_ExecutionTime">ExecutionTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the date and time when the report began executing.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_Language" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.Language">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.Language.html#GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_Language">Language</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the language code of the client executing the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_ReportFolder" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.ReportFolder">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.ReportFolder.html#GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_ReportFolder">ReportFolder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the path of the folder containing the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_ReportName" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.ReportName">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.ReportName.html#GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_ReportName">ReportName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the report.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_UserID" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.UserID">
          <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.IReportInformationService.UserID.html#GrapeCity_ActiveReports_Extensibility_Rendering_IReportInformationService_UserID">UserID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ID of the user executing the report.</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>
