Specifies whether script objects added with the AddScriptObject(String, Object) method should be exposed to subreports.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool ExposeScriptObjects { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property ExposeScriptObjects As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also