ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / ExposeScriptObjects Property

In This Topic
    ExposeScriptObjects Property
    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 System.Boolean
    public System.bool ExposeScriptObjects {get; set;}
    See Also