Intersoft WebGrid Documentation
ImageFileServer Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : ImageFileServer Property






Specifies the file server connection used to store the temporary images of Pivot Charting. 

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Charting")>
<DescriptionAttribute("Specifies the file server connection used to store the temporary images of Pivot Charting.")>
Public Property ImageFileServer As String
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As String
 
instance.ImageFileServer = value
 
value = instance.ImageFileServer
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Charting")]
[DescriptionAttribute("Specifies the file server connection used to store the temporary images of Pivot Charting.")]
public string ImageFileServer {get; set;}
Delphi 
public read-write property ImageFileServer: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
CategoryAttribute("Charting")
DescriptionAttribute("Specifies the file server connection used to store the temporary images of Pivot Charting.")
public function get,set ImageFileServer : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Charting")]
[DescriptionAttribute("Specifies the file server connection used to store the temporary images of Pivot Charting.")]
public: __property string* get_ImageFileServer();
public: __property void set_ImageFileServer( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Charting")]
[DescriptionAttribute("Specifies the file server connection used to store the temporary images of Pivot Charting.")]
public:
property String^ ImageFileServer {
   String^ get();
   void set (    String^ value);
}

Example

Here is the following example on how to set the ImageFileServer property:

ImageFileServer: path=C:\Cache

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.