[]
Specifies whether script objects of report should be exposed to subreports.
[C1Category("Behavior")]
[C1Description("C1FlexReport.ExposeScriptObjects", "Indicates whether master report's script objects should be visible to subreports.")]
[Browsable(false)]
public bool ExposeScriptObjects { get; set; }
<C1Category("Behavior")>
<C1Description("C1FlexReport.ExposeScriptObjects", "Indicates whether master report's script objects should be visible to subreports.")>
<Browsable(False)>
Public Property ExposeScriptObjects As Boolean