ExposeScriptObjects Property (C1Report)
In This Topic
Specifies whether script objects added with the
AddScriptObject(String,Object) method should be exposed to subreports.
Syntax
'Declaration
Public Property ExposeScriptObjects As Boolean
public bool ExposeScriptObjects {get; set;}
See Also