# C1.Report.ReportInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_ReportInfo" data-uid="C1.Report.ReportInfo" class="text-break">ReportInfo Class
</h1>
  <div class="markdown level0 summary"><p>Class that contains report metadata.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ReportInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_ReportInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ReportInfo : INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ReportInfo
    Implements INotifyPropertyChanged</code></pre>
  </div>
  <h5 id="C1_Report_ReportInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Reports may include general information such as a title, author, and keywords.</p>
<p>Such global information about the document itself (as opposed to its content or 
structure) is called metadata, and is intended to assist in cataloguing and 
searching for reports and report definitions in external databases.</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ReportInfo__ctor" data-uid="C1.Report.ReportInfo.#ctor">
          <a class="xref" href="C1.Report.ReportInfo.-ctor.html#C1_Report_ReportInfo__ctor">ReportInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_Report_ReportInfo_Author" data-uid="C1.Report.ReportInfo.Author">
          <a class="xref" href="C1.Report.ReportInfo.Author.html#C1_Report_ReportInfo_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the person that created the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_Creator" data-uid="C1.Report.ReportInfo.Creator">
          <a class="xref" href="C1.Report.ReportInfo.Creator.html#C1_Report_ReportInfo_Creator">Creator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the application that created the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_Keywords" data-uid="C1.Report.ReportInfo.Keywords">
          <a class="xref" href="C1.Report.ReportInfo.Keywords.html#C1_Report_ReportInfo_Keywords">Keywords</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets keywords associated with the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_Subject" data-uid="C1.Report.ReportInfo.Subject">
          <a class="xref" href="C1.Report.ReportInfo.Subject.html#C1_Report_ReportInfo_Subject">Subject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the subject of the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_Title" data-uid="C1.Report.ReportInfo.Title">
          <a class="xref" href="C1.Report.ReportInfo.Title.html#C1_Report_ReportInfo_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title of the report.</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="C1_Report_ReportInfo_AssignFrom_C1_Report_ReportInfo_" data-uid="C1.Report.ReportInfo.AssignFrom(C1.Report.ReportInfo)">
          <a class="xref" href="C1.Report.ReportInfo.AssignFrom.html#C1_Report_ReportInfo_AssignFrom_C1_Report_ReportInfo_">AssignFrom(ReportInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another object into this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_Clear" data-uid="C1.Report.ReportInfo.Clear">
          <a class="xref" href="C1.Report.ReportInfo.Clear.html#C1_Report_ReportInfo_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the <a class="xref" href="C1.Report.ReportInfo.html">ReportInfo</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_Clone" data-uid="C1.Report.ReportInfo.Clone">
          <a class="xref" href="C1.Report.ReportInfo.Clone.html#C1_Report_ReportInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a copy of this <a class="xref" href="C1.Report.ReportInfo.html">ReportInfo</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_ReportInfo_ToString" data-uid="C1.Report.ReportInfo.ToString">
          <a class="xref" href="C1.Report.ReportInfo.ToString.html#C1_Report_ReportInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current <a class="xref" href="C1.Report.ReportInfo.html">ReportInfo</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_ReportInfo_PropertyChanged" data-uid="C1.Report.ReportInfo.PropertyChanged">
          <a class="xref" href="C1.Report.ReportInfo.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
