ComponentOne Reports for WPF
C1.C1Preview.Scripting Namespace / ScriptingOptions Class
Properties Methods

In This Topic
    ScriptingOptions Class Members
    In This Topic

    The following tables list the members exposed by ScriptingOptions.

    Public Properties
     NameDescription
    Public PropertyGets the list of external assemblies that can be used in scripts in the current document.  
    Public PropertyGets or sets a value indicating which language is used in scripts attached to the document.  
    Public PropertyGets the list of namespaces that can be used in scripts in the current document.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets the directory which will be used to hold temporary files generated during scripts compiling.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another ScriptingOptions to the current object.  
    Public MethodInitializes the current ScriptingOptions object witih the specified external assemblies and namespaces.  
    Public MethodResets all properties of the current ScriptingOptions object to their default values.  
    Top
    See Also