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

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