ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class / ExternalAssemblies Property

In This Topic
    ExternalAssemblies Property
    In This Topic
    Gets the list of external assemblies that can be used in scripts in the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExternalAssemblies As System.Collections.Specialized.StringCollection
    public System.Collections.Specialized.StringCollection ExternalAssemblies {get;}
    See Also