See Also

FileManager Class  | FileManager Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

FileName Property

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;}

Remarks

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-*.*'.

Example

[C#] 

Chart.FileManager.FileName="saleChart";

[Visual Basic] 

Chart.FileManager.FileName="saleChart"

See Also

FileManager Class  | FileManager Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.