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

In This Topic
    TempPath Property
    In This Topic
    Gets or sets the directory which will be used to hold temporary files generated during scripts compiling.
    Syntax
    'Declaration
     
    Public Shared Property TempPath As System.String
    public static System.string TempPath {get; set;}
    See Also