Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / CreateDesignTimeTempFile Method


In This Topic
    CreateDesignTimeTempFile Method
    In This Topic
    Creates a temp image file with the rendered chart, which can be used at design-time to display the chart image in designer.
    Syntax
    'Declaration
     
    
    Public Sub CreateDesignTimeTempFile() 
    'Usage
     
    
    Dim instance As NClientServerTechnology
     
    instance.CreateDesignTimeTempFile()
    public void CreateDesignTimeTempFile()
    Remarks
    Deletes the current temp file, if one is present. The path of the current temp file can be accessed through the DesignTimeTempFileName property. The value of the DesignTimeTempFileName property is reinitialized every time the CreateDesignTimeTempFile method is called.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also