# C1.Report.FlexReport.ReportInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_ReportInfo_" data-uid="C1.Report.FlexReport.ReportInfo*">ReportInfo Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_ReportInfo_" data-uid="C1.Report.FlexReport.ReportInfo*"></a>
<h4 id="C1_Report_FlexReport_ReportInfo" data-uid="C1.Report.FlexReport.ReportInfo">ReportInfo</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.FlexReport.ReportInfo.html#C1_Report_FlexReport_ReportInfo">ReportInfo</a> object containing report metadata.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Design&quot;)]
[C1Description(&quot;C1FlexReport.ReportInfo&quot;, &quot;The report metadata (title, author, keywords, etc).&quot;)]
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(false)]
public ReportInfo ReportInfo { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Design&quot;)&gt;
&lt;C1Description(&quot;C1FlexReport.ReportInfo&quot;, &quot;The report metadata (title, author, keywords, etc).&quot;)&gt;
&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
&lt;Browsable(False)&gt;
Public Property ReportInfo As ReportInfo</code></pre>
</div>
<h5 id="C1_Report_FlexReport_ReportInfo_remarks">Remarks</h5>
<div class="markdown level1 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>
</div>
