# C1.Report.FlexReport.GlobalScripts

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_GlobalScripts_" data-uid="C1.Report.FlexReport.GlobalScripts*">GlobalScripts Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_GlobalScripts_" data-uid="C1.Report.FlexReport.GlobalScripts*"></a>
<h4 id="C1_Report_FlexReport_GlobalScripts" data-uid="C1.Report.FlexReport.GlobalScripts">GlobalScripts</h4>
<div class="markdown level1 summary"><p>Gets or sets the global <b>VBScript</b> module.
Functions and subroutines defined here (using the standard VBScript syntax) can be used in other scripts in the current report
like standard VBScript functions.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Script&quot;)]
[C1Description(&quot;C1FlexReport.GlobalScripts&quot;, &quot;Script module where global (within the current report) VBScript functions and subroutines can be defined.&quot;)]
[Browsable(false)]
public string GlobalScripts { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Script&quot;)&gt;
&lt;C1Description(&quot;C1FlexReport.GlobalScripts&quot;, &quot;Script module where global (within the current report) VBScript functions and subroutines can be defined.&quot;)&gt;
&lt;Browsable(False)&gt;
Public Property GlobalScripts As String</code></pre>
</div>
</div>
