ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / ExposeScriptObjects Property

In This Topic
    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