# C1.Win.FlexReport.C1FlexReport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_C1FlexReport" data-uid="C1.Win.FlexReport.C1FlexReport" class="text-break">C1FlexReport Class
</h1>
  <div class="markdown level0 summary"><p>Generates data-based banded reports that can be rendered to printer, preview,
or exported to various portable formats (including HTML, PDF and other).</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">C1FlexReport</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.html">C1.Win.FlexReport</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_C1FlexReport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1FlexReport), &quot;C1FlexReport.png&quot;)]
public class C1FlexReport : FlexReport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1FlexReport), &quot;C1FlexReport.png&quot;)&gt;
Public Class C1FlexReport
    Inherits FlexReport</code></pre>
  </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_Win_FlexReport_C1FlexReport__ctor" data-uid="C1.Win.FlexReport.C1FlexReport.#ctor">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.-ctor.html#C1_Win_FlexReport_C1FlexReport__ctor">C1FlexReport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.FlexReport.C1FlexReport.html">C1FlexReport</a> class.</p>
</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_Win_FlexReport_C1FlexReport_MeasurementDevice" data-uid="C1.Win.FlexReport.C1FlexReport.MeasurementDevice">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.MeasurementDevice.html#C1_Win_FlexReport_C1FlexReport_MeasurementDevice">MeasurementDevice</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of device used to provide <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a>
used to measure/calculate layouts of <a class="xref" href="C1.Win.FlexReport.C1FlexReport.html">C1FlexReport</a> objects,
when used GDI/GDI+ functions.
If this property is set to <span class="xref">C1.Document.MeasurementDevice.Printer</span>,
<a class="xref" href="C1.Win.FlexReport.C1FlexReport.MeasurementPrinterName.html#C1_Win_FlexReport_C1FlexReport_MeasurementPrinterName">MeasurementPrinterName</a> specifies the printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_MeasurementPrinterName" data-uid="C1.Win.FlexReport.C1FlexReport.MeasurementPrinterName">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.MeasurementPrinterName.html#C1_Win_FlexReport_C1FlexReport_MeasurementPrinterName">MeasurementPrinterName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the printer used to provide <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a>
used to measure/calculate layouts of <a class="xref" href="C1.Win.FlexReport.C1FlexReport.html">C1FlexReport</a> objects,
when used GDI/GDI+ functions.
This property is only used if <a class="xref" href="C1.Win.FlexReport.C1FlexReport.MeasurementDevice.html#C1_Win_FlexReport_C1FlexReport_MeasurementDevice">MeasurementDevice</a> is set to <span class="xref">C1.Document.MeasurementDevice.Printer</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_PageSettings" data-uid="C1.Win.FlexReport.C1FlexReport.PageSettings">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.PageSettings.html#C1_Win_FlexReport_C1FlexReport_PageSettings">PageSettings</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_SupportedExportProviders" data-uid="C1.Win.FlexReport.C1FlexReport.SupportedExportProviders">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.SupportedExportProviders.html#C1_Win_FlexReport_C1FlexReport_SupportedExportProviders">SupportedExportProviders</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Gets an array of exporters supported by the current document source object.</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_Win_FlexReport_C1FlexReport_CreateDocument" data-uid="C1.Win.FlexReport.C1FlexReport.CreateDocument">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.CreateDocument.html#C1_Win_FlexReport_C1FlexReport_CreateDocument">CreateDocument()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_CreateField_C1_Document_Serialization_XmlNodeWrapperBase_System_String_" data-uid="C1.Win.FlexReport.C1FlexReport.CreateField(C1.Document.Serialization.XmlNodeWrapperBase,System.String)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.CreateField.html#C1_Win_FlexReport_C1FlexReport_CreateField_C1_Document_Serialization_XmlNodeWrapperBase_System_String_">CreateField(XmlNodeWrapperBase, string)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_CreateScriptEngine" data-uid="C1.Win.FlexReport.C1FlexReport.CreateScriptEngine">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.CreateScriptEngine.html#C1_Win_FlexReport_C1FlexReport_CreateScriptEngine">CreateScriptEngine()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_FinalizeRendering" data-uid="C1.Win.FlexReport.C1FlexReport.FinalizeRendering">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.FinalizeRendering.html#C1_Win_FlexReport_C1FlexReport_FinalizeRendering">FinalizeRendering()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_GetPageImage_System_Int32_" data-uid="C1.Win.FlexReport.C1FlexReport.GetPageImage(System.Int32)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.GetPageImage.html#C1_Win_FlexReport_C1FlexReport_GetPageImage_System_Int32_">GetPageImage(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a> representing the specified page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_GetPageImage_System_Int32_System_Drawing_Graphics_" data-uid="C1.Win.FlexReport.C1FlexReport.GetPageImage(System.Int32,System.Drawing.Graphics)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.GetPageImage.html#C1_Win_FlexReport_C1FlexReport_GetPageImage_System_Int32_System_Drawing_Graphics_">GetPageImage(int, Graphics)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a> representing the specified page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_IImageFromObject_System_Object_" data-uid="C1.Win.FlexReport.C1FlexReport.IImageFromObject(System.Object)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.IImageFromObject.html#C1_Win_FlexReport_C1FlexReport_IImageFromObject_System_Object_">IImageFromObject(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object to a GrapeCity.Documents.Drawing.IImage instance if possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_InitializeRendering_C1_Document_IExecutionContext_" data-uid="C1.Win.FlexReport.C1FlexReport.InitializeRendering(C1.Document.IExecutionContext)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.InitializeRendering.html#C1_Win_FlexReport_C1FlexReport_InitializeRendering_C1_Document_IExecutionContext_">InitializeRendering(IExecutionContext)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_InternalRenderSubreport_C1_Document_IExecutionContext_System_String_C1_Report_ReportParameterValues_" data-uid="C1.Win.FlexReport.C1FlexReport.InternalRenderSubreport(C1.Document.IExecutionContext,System.String,C1.Report.ReportParameterValues)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.InternalRenderSubreport.html#C1_Win_FlexReport_C1FlexReport_InternalRenderSubreport_C1_Document_IExecutionContext_System_String_C1_Report_ReportParameterValues_">InternalRenderSubreport(IExecutionContext, string, ReportParameterValues)</a>
        </td>
        <td class="markdown level1 summary"><p>Render as subreport. This method uses following properties:</p>
<ul>
<li>_owner.</li>
</ul>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_C1FlexReport_OnLongOperation_System_Double_System_Boolean_" data-uid="C1.Win.FlexReport.C1FlexReport.OnLongOperation(System.Double,System.Boolean)">
          <a class="xref" href="C1.Win.FlexReport.C1FlexReport.OnLongOperation.html#C1_Win_FlexReport_C1FlexReport_OnLongOperation_System_Double_System_Boolean_">OnLongOperation(double, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
