Sets the file name to save an image as, or gets the file name of an image that has been saved in the TempDirectory after a chart is generated.
[Visual Basic]
Public Property FileName As String
[C#]
public string FileName {get; set;}
When empty, a random name will be created. In order for the cleanup system to include custom file names they must start with 'dnc-', the mask is: 'dnc-*.*'.
[C#]
Chart.FileManager.FileName="saleChart"; |
[Visual Basic]
Chart.FileManager.FileName="saleChart" |
FileManager Class | FileManager Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.