Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / DesignTimeTempFileName Property


In This Topic
    DesignTimeTempFileName Property
    In This Topic
    Gets the path of the current temp image file with the rendered chart, which is used at design-time to display the chart image in designer.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property DesignTimeTempFileName As System.String
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim value As System.String
     
    value = instance.DesignTimeTempFileName
    protected System.string DesignTimeTempFileName {get;}
    Remarks
    To initialize the value of this property, call the CreateDesignTimeTempFile method of this class.
    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